API-8108
A request with the same idempotency key is still running
Why it happens
Another request with the same Idempotency-Key arrived and has not finished yet, so Rabt did not start this one, to never do the operation twice.
What to do
Wait a moment, then send the request again with the same key: you will get the result of the first one.
- HTTP status
- 409
- Retrying can help