heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

is multi-worker supported when deploy with gunicorn ? #41

Closed hustcc closed 7 years ago

hustcc commented 7 years ago

deploy use below:

gunicorn -k flask_sockets.worker -w 4 hello:app
o3bvv commented 7 years ago

@hustcc Yes.

Personally I use it like this: Procfile. Works fine.

Does this answer your question?

hustcc commented 7 years ago

Year, sure.