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

+ 1 - 1
celery/apps/worker.py

@@ -176,7 +176,7 @@ class Worker(configurated):
 
     def on_consumer_ready(self, consumer):
         signals.worker_ready.send(sender=consumer)
-        print('celery@%s has started.' % self.hostname)
+        print('celery@%s ready.' % self.hostname)
 
     def init_queues(self):
         try: