X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Procfile;h=285231d6275aebca8035500efb039d4d3d7060e1;hb=cf1eddbf45804437ae824460079950918ce7ca1a;hp=3b127ce3c61018a2a88c11dd71d1aac871eaa9f4;hpb=f8a5b8e24fe4751b9d22d121b152fb14e9f78932;p=oweals%2Fkarmaworld.git diff --git a/Procfile b/Procfile index 3b127ce..285231d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,3 @@ web: gunicorn karmaworld.wsgi +celeryworker: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info +celerybeat: python manage.py celery beat --pidfile=/tmp/beat.pid -l info