X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fb32a7c7f196afb17f3e90566b9fa4110a152a58..15d2aa1ffc87f255ac36c8c9c973459556cee077:/wolnelektury-celery.conf.template diff --git a/wolnelektury-celery.conf.template b/wolnelektury-celery.conf.template index 67ac74aa7..d36a08a8f 100644 --- a/wolnelektury-celery.conf.template +++ b/wolnelektury-celery.conf.template @@ -4,8 +4,8 @@ ; ========================================= [program:celery.%(project_name)s] -command=%(path)s/bin/python %(path)s/releases/current/%(project_name)s/manage.py celeryd --loglevel=INFO -directory=%(path)s/releases/current/%(project_name)s +command=%(path)s/ve/bin/celery -A wolnelektury worker -l info +directory=%(path)s/releases/current/ user=%(user)s numprocs=2 process_name=wolnelektury-celery-%%(process_num)d