resource_locked
Another operation holds the resource until it finishes: concurrent writes on the same object are serialised instead of interleaved.
| Code | Type | HTTP | Category |
|---|---|---|---|
resource_locked | conflict_error | 409 | Request |
Cause
Another operation holds the resource until it finishes: concurrent writes on the same object are serialised instead of interleaved.
What to do
Retry after a short back-off and reuse the same Idempotency-Key, so the retry cannot duplicate the write.