agent: change option max-tasks-per-child for bullseye (#61676)

This commit is contained in:
Guillaume Baffoin 2022-02-11 09:42:48 +01:00
parent ceac0b6892
commit 206193e357
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[program:hobo-agent]
; Concurrency set to 1 because there is no lock around calls to hobo_notify
command=python3 /usr/bin/celery --app=hobo.agent.worker worker --hostname=agent.%%h --loglevel=INFO --concurrency=1 --maxtasksperchild=100
command=python3 /usr/bin/celery --app=hobo.agent.worker worker --hostname=agent.%%h --loglevel=INFO --concurrency=1 --max-tasks-per-child=100
environment=HOBO_AGENT_SETTINGS_FILE="/etc/hobo-agent/settings.py"
process_name=hobo-agent
user=hobo-agent