Sfoglia il codice sorgente

Removes compat SystemTerminate (use celery.exceptions.WorkerTerminate)

Ask Solem 9 anni fa
parent
commit
6ad1bf041a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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):