Преглед на файлове

method rename from cleanup_process -> process_cleanup

Vitaly Babiy преди 16 години
родител
ревизия
32bb0ff632
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      celery/worker.py

+ 1 - 1
celery/worker.py

@@ -78,7 +78,7 @@ def jail(task_id, func, args, kwargs):
         cache.cache.close()
 
     # Backend process cleanup
-    default_backend.cleanup_process()
+    default_backend.process_cleanup()
 
     # Convert any unicode keys in the keyword arguments to ascii.
     kwargs = dict([(k.encode("utf-8"), v)