浏览代码

Multi doc update

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