django-s3-sqlite icon indicating copy to clipboard operation
django-s3-sqlite copied to clipboard

Use DynamoDB-backed mutex to prevent write race condition

Open pmdevita opened this issue 2 years ago • 0 comments

Just an idea I had, you could use DynamoDB as a mutex lock to prevent concurrent write operations from overwriting each other. This might be useful for some who are worried about that.

Here's an example of how the mutex might be implemented https://blog.revolve.team/2020/09/08/implement-mutex-with-dynamodb/

pmdevita avatar Sep 17 '22 17:09 pmdevita