smartystreets / smartystreets-ruby-sdk

The official client libraries for accessing SmartyStreets APIs from Ruby
https://smartystreets.com/docs/sdk/ruby
Apache License 2.0
23 stars 25 forks source link

Sleep for one second after a 429 error before retrying #41

Closed abbeynels closed 1 year ago

abbeynels commented 1 year ago

Updated functionality for sleeping after a 429 error from sleeping for 0 seconds after the first attempt to sleeping for 1 second after the first attempt. Updated international example and tests to use new send method.