Ask Solem преди 11 години
родител
ревизия
8d8f26d02b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      celery/bin/multi.py

+ 3 - 0
celery/bin/multi.py

@@ -47,6 +47,9 @@ Examples
     # specify fully qualified nodenames
     $ celery multi start foo@worker.example.com bar@worker.example.com -c 3
 
+    # fully qualified nodenames but using the current hostname
+    $ celery multi start foo@%h bar@%h
+
     # Advanced example starting 10 workers in the background:
     #   * Three of the workers processes the images and video queue
     #   * Two of the workers processes the data queue with loglevel DEBUG