Ask Solem 16 年 前
コミット
61bdd7273d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      celery/worker.py

+ 1 - 1
celery/worker.py

@@ -66,7 +66,7 @@ def jail(task_id, task_name, func, args, kwargs):
     ignore_result = getattr(func, "ignore_result", False)
     timer_stat = TaskTimerStats.start(task_id, task_name, args, kwargs)
 
-     Backend process cleanup
+    # Backend process cleanup
     default_backend.process_cleanup()
 
     try: