heroku / identity

[DEPRECATED] Login and OAuth management service for Heroku
https://id.heroku.com/
MIT License
246 stars 20 forks source link

Render 503 on 504 from API #224

Closed rwz closed 8 years ago

rwz commented 8 years ago

This makes identity render a nice 503 error page instead of 500 when API request times out and returns 504 for some reason.

Fixes #223

rwz commented 8 years ago

This is reviewable @heroku/api

adelcambre commented 8 years ago

:+1: Seems good.