Force gunicorn to preload to prevent multiple mqtt subscriptions
This commit is contained in:
parent
50d67fd521
commit
7558ab4737
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
release: ./release-tasks.sh
|
||||
web: gunicorn app:app
|
||||
web: gunicorn app:app -w 4 --preload
|
||||
|
|
Loading…
Add table
Reference in a new issue