Last active
December 17, 2019 00:20
-
-
Save msfidelis/5c1f1207d64e243bf3f68d5cad44e92c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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