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
Thanks for the valuable article! Actually the things are getting complex when it comes to writing to multiple databases, the theorym is hard, but I believe the implementation is harder since everything has its trade-offs.
Two Approaches to Concurrent Write-Safety in Django - HedgeDoc
When dealing with Django models accessed by multiple people, you want a way to make sure two requests don’t perform writes at the same time.
https://monadical.com/posts/Django-Concurrent-Write-Safety.html
The text was updated successfully, but these errors were encountered: