Force gunicorn to preload to prevent multiple mqtt subscriptions

master
esensar 2018-05-04 10:21:56 +02:00
parent 50d67fd521
commit 7558ab4737
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
release: ./release-tasks.sh
web: gunicorn app:app
web: gunicorn app:app -w 4 --preload