Browse Source

Removes compat SystemTerminate (use celery.exceptions.WorkerTerminate)

Ask Solem 8 năm trước cách đây
mục cha
commit
6ad1bf041a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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):