JuliaWeb/HTTP.jl
Feature: add custom delay parameter for RetryLayer
Fechada
#260 aberto em 25 de jun. de 2018
enhancementhelp wanted
Métricas do repositório
- Stars
- (679 estrelas)
- Métricas de merge de PR
- (Mesclagem média 2d 5h) (40 fundiu PRs em 30d)
Description
This would allow people to give a custom ExponentialBackoff (useful for rate-limited endpoints) or even a straight linear retry scheme.
I'm happy to work on this if desired.