Explorar el Código

Removes compat SystemTerminate (use celery.exceptions.WorkerTerminate)

Ask Solem hace 9 años
padre
commit
6ad1bf041a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      celery/exceptions.py

+ 0 - 1
celery/exceptions.py

@@ -101,7 +101,6 @@ class Reject(TaskPredicate):
 
 class WorkerTerminate(SystemExit):
     """Signals that the worker should terminate immediately."""
-SystemTerminate = WorkerTerminate  # XXX compat
 
 
 class WorkerShutdown(SystemExit):