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
New type of requests exceptions TooMuchRequestsException. In fact it will be rare case when you will get this
exception
EmptyLimiter has been renamed to ExceptionsOnlyLimiter and currently will stop requests after TooMuchRequestsException happen until retry time is actual
Now ExceptionsOnlyLimiter (previously EmptyLimiter) is a class
AbstractRequestCallFactory currently will not look at the response and wait if it have RetryAfter error. New
behaviour aimed on delegating of this work to RequestsLimiter