Adds the ability to pass a rate_limiting_management parameter when instantiating the client to automatically react to the rate limit for you. Supports a simple ability to sleep until the end of the rate limiting window, or supply your own callback function.
What?
Adds the ability to pass a
rate_limiting_management
parameter when instantiating the client to automatically react to the rate limit for you. Supports a simple ability to sleep until the end of the rate limiting window, or supply your own callback function.