Timeout waiting to lock key Operation timed out: Timeout waiting to lock key
bobaikato opened this issue · comments
We tend to get this issue intermittently when performing an update operation on this particular document when we have a high load.
This error is generated from the db side due to the high level of concurrent requests trying writing the same document.
What's a sensible solution? apart from Synchronising?
Please refer to the related discussion about the topic in ArangoDB repository: arangodb/arangodb#9702