1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/lokole/templates/lokole_celery_worker.conf

10 lines
440 B
Text
Raw Normal View History

2021-05-23 20:31:28 +00:00
[program:lokole_celery_worker]
command="/home/ubuntu/lokole/venv/bin/celery" --app=opwen_email_client.webapp.tasks worker --loglevel=error --concurrency=2
autostart=true
autorestart=true
startretries=3
stopasgroup=true
stderr_logfile=/home/ubuntu/lokole/logs/lokole_celery_worker.stderr.log
stdout_logfile=/home/ubuntu/lokole/logs/lokole_celery_worker.stdout.log
user=ubuntu
environment=OPWEN_SETTINGS=/home/ubuntu/lokole/state/settings.env