r4ds / mentordash

Other
9 stars 4 forks source link

Too Many Requests #48

Closed jonthegeek closed 3 years ago

jonthegeek commented 4 years ago

As a mentordash user, I'd like better indication in the UI when I've hit the API too often.

Today I got this error: Error: An error has occurred. Check your logs or contact the app author for clarification.

The logs showed me: Warning: Error in validate_response: Too Many Requests (RFC 6585) (HTTP 429).

It's possible (likely?) that upcoming changes will make this at least very unlikely, but it would still be good to explicitly handle (and throttle) this case.