Skip to content

Commit

Permalink
Updated retry guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyRichter committed Mar 19, 2019
1 parent ef6f428 commit 0bbc2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/Retry.mdk
Expand Up @@ -32,11 +32,11 @@ update any query parameter or request header that gets sent to the service telli
~

~ Must {#general-retry-on-hardware-network-failure}
retry in the case of a hardware network failure as it may self-correct
retry in the case of a hardware network failure as it may self-correct [DISCUSS: there are pros & cons to this]
~

~ Must {#general-retry-on-service-not-found}
retry in the case of a "service not found" error as the service may be coming back online or a load balancer may be reconfiguring itself.
retry in the case of a "service not found" error as the service may be coming back online or a load balancer may be reconfiguring itself. [DISCUSS]
~

~ Must {#general-retry-on-per-try-timeout}
Expand Down

0 comments on commit 0bbc2fa

Please sign in to comment.