> Every once in a while we have a process that will not start properly. > UWSGI keeps trying and so we do not get an indication that it has failed > and needs human attention. Is there a setting to configure UWSGI to fail > permanently after 10 start up attempts? We are not using Emperor mode or > Zergs, just pretty plain vanilla processes with threads. > > thanks > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
the --need-app stop the instance (exit(1)) if no app has been loaded. I do not know if it is the right approach for you, can you paste your current config ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
