瀏覽代碼

feat: optimize celery start cmd (#1129)

tags/0.3.20
takatost 2 年之前
父節點
當前提交
6effcd3755
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      api/README.md

+ 1
- 1
api/README.md 查看文件

@@ -52,7 +52,7 @@
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 -Q dataset,generation,mail`, 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 -P gevent -c 1 --loglevel INFO -Q dataset,generation,mail`, celery can do dataset importing and other async tasks.

8. Start frontend


Loading…
取消
儲存