It's not a hard feature to add to whatever your top-level WSGI adapter is. On Oct 14, 2013, at 1:49 PM, Igor Katson <[email protected]> wrote:
> Hi, > > there's a very nice feature in e.g. Django, when an unhandled exception > occurs, the users defined in settings.ADMINS get an email with full > stacktrace. > > When an app cannot be loaded in uwsgi due to any reason, the user just sees > "Internal server error". > But in many cases, the only way, that I know of, for the admin to see, that > the site is actually down, is to receive a complaint from the user. This way > is obviously not the most preferred. > > Is it possible to make uwsgi send an email to a set of predefined addresses > on load errors, or, possibly, any other critical errors? > > Regards, > Igor Katson. > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi -- -- Christophe Pettus [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
