You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
Is your feature request related to a problem? Please describe.
When I use
blc
as part of an automated build, the build fails becauseblc
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
The text was updated successfully, but these errors were encountered: