Feature: Exponential Backoff in Retry Middleware

This commit is contained in:
Daniel Adams
2020-11-05 10:14:04 -05:00
committed by GitHub
parent 3a8cb3f010
commit 74d1d55051
12 changed files with 218 additions and 44 deletions

View File

@@ -261,6 +261,7 @@
[http.middlewares.Middleware20]
[http.middlewares.Middleware20.retry]
attempts = 42
initialInterval = 42
[http.middlewares.Middleware21]
[http.middlewares.Middleware21.stripPrefix]
prefixes = ["foobar", "foobar"]