Skip to content

Commit 1e3ee08

Browse files
committed
add beat process
1 parent e8d758c commit 1e3ee08

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DOKKU_SCALE

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
web=1
2+
beat=1
3+
worker=1

Procfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
web: gunicorn eatsmart.wsgi --timeout 600 --workers 4
2-
worker: celery -A eatsmart worker --loglevel=INFO
1+
web: gunicorn eatsmart.wsgi --timeout 600 --workers 4 -linfo
2+
worker: celery -A eatsmart worker -linfo
3+
beat: celery -A eatsmart beat -linfo

0 commit comments

Comments
 (0)