Explorar o código

celery.states. Added RETRy to precedence rules: after PENDING

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
dedd2ab8cc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      celery/states.py

+ 1 - 0
celery/states.py

@@ -57,6 +57,7 @@ PRECEDENCE = ["SUCCESS",
               "REVOKED",
               "STARTED",
               "RECEIVED",
+              "RETRY",
               "PENDING"]