You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
305 B

[program:celery]
command=celery worker -A project -c 2
directory=/app/
environment=HOME="/var/www"
autostart=true
autorestart=true
user=www-data
redirect_stderr=true
stopsignal=KILL
stopasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stdout
stderr_logfile_maxbytes=0