Ask Solem 11 năm trước cách đây
mục cha
commit
044dbbac08
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      celery/apps/worker.py

+ 1 - 0
celery/apps/worker.py

@@ -76,6 +76,7 @@ You must only enable the serializers that you will actually use.
 
 """
 
+
 def active_thread_count():
     from threading import enumerate
     return sum(1 for t in enumerate()