blockfrost / blockfrost-rust

Rust SDK for Blockfrost.io
Apache License 2.0
16 stars 17 forks source link

Add retry logic for dealing with rate limits, with customizable retry delay and attempts #7

Closed marcospb19 closed 2 years ago

marcospb19 commented 3 years ago

Change the interface of Settings to:

  1. Change how many times to retry (default: 1 time).
  2. Change retry delay (default: 1 second).
  3. Enable/disable retrying (default: enabled).
marcospb19 commented 2 years ago

Fixed by db8d83aab0f80e269f31bcd0e0113a07c38cc646.