dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
124 stars 77 forks source link

fix: Limit 429 retries #602

Closed adamspofford-dfinity closed 1 month ago

adamspofford-dfinity commented 1 month ago

Currently HTTP 429 may be retried indefinitely. This PR limits the retries, so that hiccups are still smoothed over but real errors are properly raised.