This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
yangck
/
celery
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
celery.states. Added RETRy to precedence rules: after PENDING
Ask Solem
%!s(int64=14) %!d(string=hai) anos
pai
1161d871cc
achega
dedd2ab8cc
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
celery/states.py
+ 1
- 0
celery/states.py
Ver ficheiro
@@ -57,6 +57,7 @@ PRECEDENCE = ["SUCCESS",
"REVOKED",
"STARTED",
"RECEIVED",
+ "RETRY",
"PENDING"]