python - Is the uWSGI master process useful on Heroku? -


my understanding master process coordinating rolling restarts , such. isn't relevant on heroku. however, heroku guide in documentation includes in config, no explanation:

http://uwsgi-docs.readthedocs.org/en/latest/tutorials/heroku_python.html#creating-the-uwsgi-config-file

why useful on heroku?

in instance, master isn't used control rolling restarts, it's memory-report option configuration recommends use. uwsgi, master controls advanced logging , statistics.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -