We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600b00e commit 6184506Copy full SHA for 6184506
docker-entrypoint.sh
@@ -38,7 +38,7 @@ python3 -m django migrate
38
gunicorn_args=(
39
--name=jawanndenn
40
--bind=0.0.0.0:54080
41
- --workers="$(nproc --ignore=1)"
+ --workers="$(( $(nproc --ignore=1) + 1 ))" # i.e. always >=2
42
--timeout 5
43
--access-logfile=-
44
--access-logformat '%({x-forwarded-for}i)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
0 commit comments