Procházet zdrojové kódy

Fixes celeryd_multi advanced usage examples

Mher Movsisyan před 12 roky
rodič
revize
5dbf58e84a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      celery/bin/celeryd_multi.py

+ 2 - 2
celery/bin/celeryd_multi.py

@@ -48,12 +48,12 @@ Examples
     #   * Three of the workers processes the images and video queue
     #   * Three of the workers processes the images and video queue
     #   * Two of the workers processes the data queue with loglevel DEBUG
     #   * Two of the workers processes the data queue with loglevel DEBUG
     #   * the rest processes the default' queue.
     #   * the rest processes the default' queue.
-    $ celeryd-multi start 10 -l INFO -Q:1-3 images,video -Q:4,5:data
+    $ celeryd-multi start 10 -l INFO -Q:1-3 images,video -Q:4,5 data
         -Q default -L:4,5 DEBUG
         -Q default -L:4,5 DEBUG
 
 
     # You can show the commands necessary to start the workers with
     # You can show the commands necessary to start the workers with
     # the 'show' command:
     # the 'show' command:
-    $ celeryd-multi show 10 -l INFO -Q:1-3 images,video -Q:4,5:data
+    $ celeryd-multi show 10 -l INFO -Q:1-3 images,video -Q:4,5 data
         -Q default -L:4,5 DEBUG
         -Q default -L:4,5 DEBUG
 
 
     # Additional options are added to each celeryd',
     # Additional options are added to each celeryd',