|
@@ -9,7 +9,7 @@ This includes
|
|
|
|
|
|
## Usage (docker-compose)
|
|
|
* start the system
|
|
|
-``` docker-compose up ```
|
|
|
+``` docker-compose up ```
|
|
|
add ``` -d ``` run in background
|
|
|
* down the system
|
|
|
ctrl-c or
|
|
@@ -48,11 +48,11 @@ Pool Options:
|
|
|
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.
|
|
|
+```
|
|
|
+celery worker --help can get more infomation.
|
|
|
|
|
|
-### woker in Windows
|
|
|
-add ``` --pool=solo ``` option
|
|
|
+### woker in Windows
|
|
|
+add ``` --pool=solo ``` option
|
|
|
|
|
|
### Calling the task
|
|
|
```shell
|