JuliaWeb/HTTP.jl

Feature: add custom delay parameter for RetryLayer

Open

#260 opened on Jun 25, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Julia (679 stars) (182 forks)batch import
enhancementhelp wanted

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.

Contributor guide