|
@@ -24,6 +24,7 @@ ctrl-c or
|
|
|
```shell
|
|
|
celery -A proj worker
|
|
|
```
|
|
|
+
|
|
|
#### Options
|
|
|
Worker Options:
|
|
|
* -n, --hostname HOSTNAME Set custom hostname (e.g., 'w1@%%h').
|
|
@@ -44,7 +45,7 @@ Pool Options:
|
|
|
queue. The default is the number of CPUs
|
|
|
available on your system.
|
|
|
|
|
|
-``` celery worker --help ``` can get more infomation.
|
|
|
+``` celery worker --help ```can get more infomation.
|
|
|
|
|
|
### woker in Windows
|
|
|
add ``` --pool=solo ``` option
|