openhatch

Issue646

Title When a user hits a HTTP 504 gateway timeout, we should send an alert
Milestone later Priority critical
Waiting On Status chatting
Superseder Nosy List paulproteus
Assigned To paulproteus Keywords monitoring

Created on 2011-12-21.01:58:15 by paulproteus, last changed 2012-02-08.00:59:28 by paulproteus.

Messages
msg2851 (view) Author: armooo Date: 2012-01-02.22:32:01
Would a slow request logging middleware configured to be a bit longer than the 
nginx timeout work? A quick search turned up dogslow. 
http://pypi.python.org/pypi/dogslow
msg2830 (view) Author: paulproteus Date: 2011-12-21.01:58:13
Right now, users sometimes hit HTTP 504 Gateway Timeout on pages that take too
long to load.

The administrators don't have an easy way to detect this. This ticket will track
that problem until it is fixed. (Suggestions welcome.)

The architecture, fwiw, is that nginx is a front-end to Apache. nginx would
probably store 504 in its log.
History
Date User Action Args
2012-02-08 00:59:28paulproteussetmilestone: 0.11.12 -> later
2012-01-02 22:32:02armooosetmessages: + msg2851
2011-12-21 01:58:15paulproteuscreate