Forums

possible to set master to false for the uwsgi vassal?

Hi,

I have done some testing to run an ASGI app on uwsgi through an ASGI-to-WSGI adapter and it works, as long as the "master" option to the vassal is set to false. If it is set to true, it just won't respond.

If I deploy the same app to pythonanywhere I notice the same "not responding" behavior. Is it because the "master" is set to true? If so, possible to turn it off?

Thanks!

Unfortunately that's not something we can switch off; the master process is needed to manage the worker processes.