|
@@ -44,12 +44,12 @@ Worker Options:
|
|
|
Set custom prefetch multiplier value for
|
|
|
this worker instance.
|
|
|
Pool Options:
|
|
|
- * -c, --concurrency <concurrency>
|
|
|
- Number of child processes processing the
|
|
|
- queue. The default is the number of CPUs
|
|
|
- available on your system.
|
|
|
-```
|
|
|
-```celery worker --help``` can get more infomation.
|
|
|
+ -c, --concurrency <concurrency>
|
|
|
+ Number of child processes processing the
|
|
|
+ queue. The default is the number of CPUs
|
|
|
+ available on your system.
|
|
|
+```
|
|
|
+``` celery worker --help ``` can get more infomation.
|
|
|
|
|
|
### woker in Windows
|
|
|
add ``` --pool=solo ``` option
|