Uploaded image for project: 'Cost Management'
  1. Cost Management
  2. COST-2182

Celery Process Starts Too Early on Migration Check

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • 2022Q1
    • 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

            hproctor HAP Proctor (Inactive)
            hproctor HAP Proctor (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: