JuliaWeb/HTTP.jl

Feature: add custom delay parameter for RetryLayer

Closed

#260 opened on Jun 25, 2018

 (3 comments) (0 reactions) (0 assignees)Julia (182 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (679 stars)
PR merge metrics
 (Avg merge 2d 5h) (40 merged PRs in 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.

Contributor guide