Skip to content

Instantly share code, notes, and snippets.

@msfidelis
Last active December 17, 2019 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msfidelis/5c1f1207d64e243bf3f68d5cad44e92c to your computer and use it in GitHub Desktop.
Save msfidelis/5c1f1207d64e243bf3f68d5cad44e92c to your computer and use it in GitHub Desktop.
# Retry Policy Example
- match:
prefix: "/"
route:
cluster: service_example
retry_policy:
retry_on: "5xx"
num_retries: 10
per_try_timeout: 2s
# ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment