do not watch files with uvicorn as the datadir is quite big and monitor is very very slow
This commit is contained in:
parent
526f4fc0c3
commit
ff57117054
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ cleanup() {
|
|||
trap cleanup EXIT SIGINT SIGTERM
|
||||
|
||||
# celery -A celery_app worker -D # PROD
|
||||
uvicorn api.app:app --host 0.0.0.0 --port 5001 --reload --reload-exclude "data" --log-level debug
|
||||
uvicorn api.app:app --host 0.0.0.0 --port 5001 --log-level debug
|
||||
# UVICORN_PID=$!
|
||||
|
||||
# wait for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue