smartystreets / smartystreets-dotnet-sdk

The official client libraries for accessing SmartyStreets APIs from .Net (C# and CLR-based languages)
https://smartystreets.com/docs/sdk/dotnet
Apache License 2.0
22 stars 20 forks source link

Added Randomness to sleep time during 429 error handling #33

Closed SmartyJerry closed 2 years ago

SmartyJerry commented 2 years ago

These changes add some randomness to the wait when a rate limit error is returned. This helps when multiple clients are hitting the APIs and running up against a rate limit.