From c7b71d72c6706e54db7ec38196dac823f89bd8c6 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 4 Dec 2025 00:27:28 -0500 Subject: [PATCH] Adjust timeout --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 203bdb0..97df086 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -21,5 +21,5 @@ else fi eval $(./venv/bin/python ./scripts/print_args_env.py "$@") -PROMETHEUS_MULTIPROC_DIR="${__dirname}/../db/prometheus" ./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 90 --bind [::]:$LT_PORT 'wsgi:app' +PROMETHEUS_MULTIPROC_DIR="${__dirname}/../db/prometheus" ./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 2400 --bind [::]:$LT_PORT 'wsgi:app'