...Same for workers
This commit is contained in:
parent
77d23c6401
commit
7eef72712c
|
@ -80,7 +80,7 @@ in {
|
||||||
in (concatStringsSep " " [
|
in (concatStringsSep " " [
|
||||||
"gunicorn"
|
"gunicorn"
|
||||||
bindClause
|
bindClause
|
||||||
"--workers ${cfg.workers}"
|
"--workers ${toString cfg.workers}"
|
||||||
"-k uvicorn.workers.UvicornWorker"
|
"-k uvicorn.workers.UvicornWorker"
|
||||||
"--pid /run/objectifier.pid"
|
"--pid /run/objectifier.pid"
|
||||||
"objectifier:app"
|
"objectifier:app"
|
||||||
|
|
Loading…
Reference in New Issue