do not watch files with uvicorn as the datadir is quite big and monitor is very very slow

This commit is contained in:
Viktor Barzin 2025-08-23 22:36:57 +00:00
parent 526f4fc0c3
commit ff57117054
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -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