Browse Source

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

Ask Solem 14 years ago
parent
commit
dedd2ab8cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/states.py

+ 1 - 0
celery/states.py

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