heroku / identity

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

Be more liberal about catching 4xx errors #196

Closed dmcinnes closed 8 years ago

dmcinnes commented 8 years ago

Most of the calls to API can receive a variety of 4xx errors, in particular 429. This PR adds more stop-gap handling of these general errors.

Ready for review @heroku/api

mikehale commented 8 years ago

:+1:

dmcinnes commented 8 years ago

@mikehale Thanks!