Skip to content

Commit

Permalink
Add celeryworker process in procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jxltom committed Jul 19, 2018
1 parent 0ef8789 commit d7177bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
release: python manage.py migrate --no-input
web: uwsgi saleor/wsgi/uwsgi.ini
celeryworker: celery worker -A saleor.celeryconf:app --loglevel=info -E

0 comments on commit d7177bf

Please sign in to comment.