Sfoglia il codice sorgente

feat: add celery document (#118)

tags/0.2.2
John Wang 2 anni fa
parent
commit
e8239ae631
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      api/README.md

+ 1
- 0
api/README.md Vedi 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.

Loading…
Annulla
Salva