feat: add celery document (#118)

This commit is contained in:
John Wang 2023-05-20 21:26:07 +08:00 committed by GitHub
parent 94eb2a623e
commit e8239ae631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,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.