Skip to content

Commit 5acb290

Browse files
committed
Edit the web process in the Procfile
Due to an indirect dependency issue for flower, the auth_email method didn't work anymore. Therefore for the guides demonstration purposes, the method was changed to the basic HTTP authentication with user:password.
1 parent 7ac062a commit 5acb290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Procfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
web: celery flower --port=$PORT --broker=$CLOUDAMQP_URL --auth=$FLOWER_AUTH_EMAIL
1+
web: celery flower --port=$PORT --broker=$CLOUDAMQP_URL
2+
--basic_auth=$FLOWER_AUTH_USER:$FLOWER_AUTH_PW
23
worker: celery -A tasks worker --loglevel=info

0 commit comments

Comments
 (0)