fix: increase gunicorn timeout to 120s
Some checks failed
CI/CD Pipeline / Run Tests (push) Failing after 12m17s
CI/CD Pipeline / Code Quality Checks (push) Successful in 12m26s
CI/CD Pipeline / Build & Push Images (push) Successful in 29s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Successful in 45s

Co-Authored-By: Warp <agent@warp.dev>
This commit is contained in:
2026-02-10 13:52:38 +01:00
parent c1a720ffca
commit 053d74b614

View File

@@ -25,7 +25,7 @@ services:
command: > command: >
sh -c "python src/manage.py migrate && sh -c "python src/manage.py migrate &&
python src/manage.py collectstatic --noinput && python src/manage.py collectstatic --noinput &&
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3" gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3 --timeout 120"
celery_worker: celery_worker:
image: 10.10.0.10:3000/avm/mostovik-celery:${IMAGE_TAG:-dev} image: 10.10.0.10:3000/avm/mostovik-celery:${IMAGE_TAG:-dev}