You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For StoreUpdate, we are facing concurrentmodificationexception where in users update the store data manually but the source of truth is different, and while integration is trying to update the resource it is throwing 409 concurrentmodificationexception
Describe the solution you'd like
Somehow bypass it when a flag is set to true to accept overwriting the resource
The text was updated successfully, but these errors were encountered:
If you're still having issues with this, we implemented a fix in our solution where we catch concurrent modification errors, parse the current version from the exception, and retries with the new version.
We only use this in places where we don't care about the previous version though.
Is your feature request related to a problem? Please describe.
For StoreUpdate, we are facing concurrentmodificationexception where in users update the store data manually but the source of truth is different, and while integration is trying to update the resource it is throwing 409 concurrentmodificationexception
Describe the solution you'd like
Somehow bypass it when a flag is set to true to accept overwriting the resource
The text was updated successfully, but these errors were encountered: