vulcand / oxy

Go middlewares for HTTP servers & proxies
Apache License 2.0
2.02k stars 324 forks source link

Add sleep option for buffered retries #198

Open dustin-decker opened 4 years ago

dustin-decker commented 4 years ago

Adds a sleep option for buffered retries. Defaults to 0s which preserves backwards compatibility.

This is useful for not dropping requests in between deploys that have small downtimes.

Signed-off-by: Dustin Decker dustin.decker@getcruise.com