feat: add queue to celery task (#688)
This commit is contained in:
parent
396197e881
commit
0c18cab111
19 changed files with 20 additions and 19 deletions
|
|
@ -38,4 +38,4 @@
|
|||
flask run --host 0.0.0.0 --port=5001 --debug
|
||||
```
|
||||
7. Setup your application by visiting http://localhost:5001/console/api/setup or other apis...
|
||||
8. If you need to debug local async processing, you can run `celery -A app.celery worker`, celery can do dataset importing and other async tasks.
|
||||
8. If you need to debug local async processing, you can run `celery -A app.celery worker -Q dataset,generation,mail`, celery can do dataset importing and other async tasks.
|
||||
Loading…
Add table
Add a link
Reference in a new issue