Projet

Général

Profil

0001-agent-change-option-max-tasks-per-child-for-bullseye.patch

Guillaume Baffoin, 11 février 2022 09:43

Télécharger (1023 octets)

Voir les différences:

Subject: [PATCH] agent: change option max-tasks-per-child for bullseye
 (#61676)

 debian/agent/hobo-agent.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
debian/agent/hobo-agent.conf
1 1
[program:hobo-agent]
2 2
; Concurrency set to 1 because there is no lock around calls to hobo_notify
3
command=python3 /usr/bin/celery --app=hobo.agent.worker worker --hostname=agent.%%h --loglevel=INFO --concurrency=1 --maxtasksperchild=100
3
command=python3 /usr/bin/celery --app=hobo.agent.worker worker --hostname=agent.%%h --loglevel=INFO --concurrency=1 --max-tasks-per-child=100
4 4
environment=HOBO_AGENT_SETTINGS_FILE="/etc/hobo-agent/settings.py"
5 5
process_name=hobo-agent
6 6
user=hobo-agent
7
-