Replies: 1 comment
-
Ig you can use redis.asyncio for locks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an app that runs on Gunicorn using 4 workers. Each worker accesses the same document through Odmantic, does some work on it and then saves it. Am I right in assuming this is a theoretical problem? They will overwrite each others work right?
Beta Was this translation helpful? Give feedback.
All reactions