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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -