Menu

Expand
Rate this page:

Error 20162

Product: Platform

ERROR - 20162

A conflicting resource update is in progress

The requested resource is already being updated simultaneously by another API request. The last request will be rejected to avoid inconsistent state.

Possible Causes

The same API resource is being updated by multiple simultaneous API requests from different threads in a conflicting fashion.

Possible Solutions

  • Implement an operation retrier and repeat the failed API requests after an interval of time using, exponential backoff algorithm.
  • Serialize your API requests that modify the same resources, and wait until the original request completes and returns an API response, before sending any successive modifications.
Rate this page:

Thank you for your feedback!

Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

Sending your feedback...
🎉 Thank you for your feedback!
Something went wrong. Please try again.

Thanks for your feedback!

thanks-feedback-gif