You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just wondering if they is a way to hook into events for when the rate limiting starts and stops? What I would like to be able to do in my application is log when the code has been paused due to ratelimiting kicking in and then log when the code has resumed.
The text was updated successfully, but these errors were encountered:
This is a good suggestion, I am thinking of providing an alternative implementation with events based on IObservable pattern. I will update this thread later on with more details.
Hey @David-Desmaisons! I don't suppose you have any further updates to this? We're using RateLimiter in our project as it hugely simplifies things and avoids having us roll out our own rate limiting solution.
We'd love some sort of events or statistics on rate limiters that we can graph the output of, to track how often we're hitting our rate limiters or similar across the platform!
Thanks for this project.
I was just wondering if they is a way to hook into events for when the rate limiting starts and stops? What I would like to be able to do in my application is log when the code has been paused due to ratelimiting kicking in and then log when the code has resumed.
The text was updated successfully, but these errors were encountered: