-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When I use blc as part of an automated build, the build fails because blc does not gracefully handle (retry) requests that result in 429 responses.
Describe the solution you'd like
When blc encounters a 429 response, it should use exponential backoff to retry the 429-generating request some pre-defined (finite) number of times. This solution should probably be intelligent enough to group together requests to the same domain.
Describe alternatives you've considered
Consider all 429 responses as successful; immediately retry all 429 responses...
Additional context
polkadot-developers/substrate-developer-hub.github.io#561
stevenvachon, honzajavorek, rictic and erezrokah