debian: update celery run command (#47559)

This commit is contained in:
Nicolas Roche 2020-10-12 11:45:14 +02:00
parent 739bffb78b
commit e6ce17b1dc
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 worker --hostname=agent.%%h --app=hobo.agent.worker --loglevel=INFO --concurrency=1 --maxtasksperchild=100
command=python3 /usr/bin/celery --app=hobo.agent.worker worker --hostname=agent.%%h --loglevel=INFO --concurrency=1 --maxtasksperchild=100
environment=HOBO_AGENT_SETTINGS_FILE="/etc/hobo-agent/settings.py"
process_name=hobo-agent
user=hobo-agent