Unloading uwsgi dynamic app

Posted by Gevious on Server Fault See other posts from Server Fault or by Gevious
Published on 2013-10-25T09:07:47Z Indexed on 2013/10/25 9:57 UTC
Read the original article Hit count: 185

Filed under:

I have a uWSGI setup where I run dynamic mode and add applications to it. All applications are working off the same codebase, but each have their own settings file. Its working beautifully.

Say for instance, i want to change a setting for one app that has already been loaded. Is there a way I can get uwsgi to reload the app, rather than restarting the whole uwsgi server? In emperor mode I could just touch the config file. How do I achieve the equivalent result in dynamic mode?

© Server Fault or respective owner

Related posts about uwsgi