Factuarea API

resource_locked

Another operation holds the resource until it finishes: concurrent writes on the same object are serialised instead of interleaved.

CodeTypeHTTPCategory
resource_lockedconflict_error409Request

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.

On this page