Skip to content

Commit a947d56

Browse files
committed
fix: set default timeout for GUNICORN workers
1 parent fad4935 commit a947d56

File tree

1 file changed

+1
-1
lines changed
  • docker/s6-rc.d/backend

1 file changed

+1
-1
lines changed

docker/s6-rc.d/backend/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ else
3333
--log-level "${LOG_LEVEL}" \
3434
--worker-class gevent \
3535
--workers "${WORKERS}" \
36-
--timeout "${GUNICORN_WORKERS_TIMEOUT:60}"
36+
--timeout "${GUNICORN_WORKERS_TIMEOUT:-60}"
3737
fi

0 commit comments

Comments
 (0)