From ff571170541c985ccc787e8f3614df6aab773e58 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 23 Aug 2025 22:36:57 +0000 Subject: [PATCH] do not watch files with uvicorn as the datadir is quite big and monitor is very very slow --- crawler/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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