Projet

Général

Profil

0001-debian-update-celery-run-command-47559.patch

Nicolas Roche, 12 octobre 2020 11:49

Télécharger (1,09 ko)

Voir les différences:

Subject: [PATCH] debian: update celery run command (#47559)

 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 worker --hostname=agent.%%h --app=hobo.agent.worker --loglevel=INFO --concurrency=1 --maxtasksperchild=100
3
command=python3 /usr/bin/celery --app=hobo.agent.worker worker --hostname=agent.%%h --loglevel=INFO --concurrency=1 --maxtasksperchild=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 7
numprocs=1
8 8
stdout_logfile=/var/log/hobo-agent/stdout.log
9 9
stderr_logfile=/var/log/hobo-agent/stderr.log
10 10

  
11 11
autostart=true
12
-