internal/ratelimit: Do not silently ignore errors, log them!
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: indradhanush
The Monitor.Update method silently returns on error. We should log errors at the very least. Ideally, the Update method should return the error so that callers can decide how to react.
Future work: We should have some alerts configured for ratelimit update errors as respecting ratelimits is very important and we should know of any unprecendented errors.
No change in functionality. Adds error logging only
Push commits to the source branch or add previously merged commits to review them.