We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d758c commit 1e3ee08Copy full SHA for 1e3ee08
DOKKU_SCALE
@@ -0,0 +1,3 @@
1
+web=1
2
+beat=1
3
+worker=1
Procfile
@@ -1,2 +1,3 @@
-web: gunicorn eatsmart.wsgi --timeout 600 --workers 4
-worker: celery -A eatsmart worker --loglevel=INFO
+web: gunicorn eatsmart.wsgi --timeout 600 --workers 4 -linfo
+worker: celery -A eatsmart worker -linfo
+beat: celery -A eatsmart beat -linfo
0 commit comments