-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
True
-
The celery task startup call to check_migrations() is not checking for the (now) three different values returned by that function.
Update the checking to utilize check_migrations() != True (or whatever is appropriate)
The check_migrations() function returns one of the following three values:
- True = Migrations should not be run – Up to date
- False = Migrations should be run
- "STOP" = Migrations should not be run – Another processing is running the migrtations