chore: make the Celery command more noticeable (#5203)
This commit is contained in:
parent
2b04388361
commit
f87f11e92c
@ -67,9 +67,11 @@
|
|||||||
flask run --host 0.0.0.0 --port=5001 --debug
|
flask run --host 0.0.0.0 --port=5001 --debug
|
||||||
```
|
```
|
||||||
8. Setup your application by visiting http://localhost:5001/console/api/setup or other apis...
|
8. Setup your application by visiting http://localhost:5001/console/api/setup or other apis...
|
||||||
9. If you need to debug local async processing, please start the worker service by running
|
9. If you need to debug local async processing, please start the worker service.
|
||||||
`celery -A app.celery worker -P gevent -c 1 --loglevel INFO -Q dataset,generation,mail`.
|
```bash
|
||||||
The started celery app handles the async tasks, e.g. dataset importing and documents indexing.
|
celery -A app.celery worker -P gevent -c 1 --loglevel INFO -Q dataset,generation,mail
|
||||||
|
```
|
||||||
|
The started celery app handles the async tasks, e.g. dataset importing and documents indexing.
|
||||||
|
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
Loading…
Reference in New Issue
Block a user