bug: semaphore for when db migrations are being run #2579
Labels
bug
Something isn't working
product:infrastructure
Issues related to application and operations infrastructure
project:open-edx
We should only allow database migrations to run one at a time. It is okay for a migration to run again but it isn't okay for them to run simultaneously. We had this simple + neat locking mechanism using consul before but that was lost with moving edxapp into a docker container.
Possible Solution
Additional Details
The text was updated successfully, but these errors were encountered: