diff --git a/crawler/start.sh b/crawler/start.sh index ca7b779..c90cd3d 100755 --- a/crawler/start.sh +++ b/crawler/start.sh @@ -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