Skip to content

Instantly share code, notes, and snippets.

@9len
Last active February 5, 2018 22:17
Show Gist options
  • Save 9len/2791619bdfc8985d5bb97d430e45cfb5 to your computer and use it in GitHub Desktop.
Save 9len/2791619bdfc8985d5bb97d430e45cfb5 to your computer and use it in GitHub Desktop.
A Typical Envoy Retry Policy
{
"retry_on": "5xx",
"num_retries": 3,
"per_try_timeout_ms": "500m",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment