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
Victor Lee edited this page May 23, 2020
·
4 revisions
Starting with version 2.1.0, IEXSharp will automatically rate limit if you send requests too quickly.
This is done with an exponential back-off strategy when a 429 HTTP code is returned by IEX.
This is the reason that Polly is now a dependency.