There was an error while loading. Please reload this page.
1 parent a9c304b commit eb2f396Copy full SHA for eb2f396
2 files changed
docker/s6-rc.d/backend/run
@@ -33,5 +33,5 @@ else
33
--log-level "${LOG_LEVEL}" \
34
--worker-class gevent \
35
--workers "${WORKERS}" \
36
- --timeout 60
+ --timeout "${GUNICORN_WORKERS_TIMEOUT:60}"
37
fi
terraform/main.tf
@@ -135,6 +135,10 @@ module "ecs_redirectioneaza" {
135
name = "GUNICORN_WORKERS_COUNT"
136
value = 3
137
},
138
+ {
139
+ name = "GUNICORN_WORKERS_TIMEOUT"
140
+ value = 60
141
+ },
142
{
143
name = "DJANGO_Q_WORKERS_COUNT"
144
value = 2
0 commit comments