Selaa lähdekoodia

Removes compat SystemTerminate (use celery.exceptions.WorkerTerminate)

Ask Solem 8 vuotta sitten
vanhempi
commit
6ad1bf041a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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):