Selaa lähdekoodia

Multi doc update

Ask Solem 11 vuotta sitten
vanhempi
commit
8d8f26d02b
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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