Преглед изворни кода

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

Ask Solem пре 14 година
родитељ
комит
dedd2ab8cc
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      celery/states.py

+ 1 - 0
celery/states.py

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