Explorar o código

Multi doc update

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
8d8f26d02b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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