From e8239ae6314f1c007bb2937101bf956dcf02a96d Mon Sep 17 00:00:00 2001 From: John Wang Date: Sat, 20 May 2023 21:26:07 +0800 Subject: [PATCH] feat: add celery document (#118) --- api/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api/README.md b/api/README.md index 97f09fc700..3bdb299479 100644 --- a/api/README.md +++ b/api/README.md @@ -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. \ No newline at end of file