X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e5e8226c4d4bd610de5983e69b1b13684a17fe75..HEAD:/wolnelektury-celery.conf.template diff --git a/wolnelektury-celery.conf.template b/wolnelektury-celery.conf.template index c262c4170..d36a08a8f 100644 --- a/wolnelektury-celery.conf.template +++ b/wolnelektury-celery.conf.template @@ -4,8 +4,8 @@ ; ========================================= [program:celery.%(project_name)s] -command=%(path)s/ve/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