Comment 2 for bug 951200

Revision history for this message
Tres Henry (tres) wrote :

The issue here is that 503's are not being gracefully handled. We should add some code to exceptions.handle so that 503's returned from API calls add a message instead of bubbling up to the generic 503 error page.