Skip to content
Snippets Groups Projects
Unverified Commit e23c0128 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Fix another loader and lister entrypoint.sh error

No such option: --maxtasksperchild

Related to T4144
parent f70dcca6
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ case "$1" in
worker \
--pool=prefork --events \
--concurrency=${CONCURRENCY} \
--maxtasksperchild=${MAX_TASKS_PER_CHILD} \
--max-tasks-per-child=${MAX_TASKS_PER_CHILD} \
-Ofair --loglevel=${LOGLEVEL} \
--without-gossip --without-mingle --without-heartbeat \
--hostname "${SWH_WORKER_INSTANCE}@%h"
......
......@@ -15,7 +15,7 @@ case "$1" in
worker \
--pool=prefork --events \
--concurrency=${CONCURRENCY} \
--maxtasksperchild=${MAX_TASKS_PER_CHILD} \
--max-tasks-per-child=${MAX_TASKS_PER_CHILD} \
-Ofair --loglevel=${LOGLEVEL} \
--without-gossip --without-mingle --without-heartbeat \
--hostname "${SWH_WORKER_INSTANCE}@%h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment