Skip to content

Commit

Permalink
Include 64KiB limit.
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Nov 20, 2023
1 parent 35e5b01 commit 17538b1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 4 additions & 3 deletions linkerd.io/content/2-edge/tasks/configuring-retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ spec:
isRetryable: true ### ADD THIS LINE ###
```
Retries are supported for _all_ idempotent requests, whatever verb they use
and whether or not they have bodies. In particular, this means that gRPC
requests can be retried.
Retries are supported for _all_ idempotent requests, whatever verb they use,
and whether or not they have a body. In particular, this mean that gRPC
requests can be retried. However, requests will not be retried if the body
exceeds 64KiB.
## Retry Budgets
Expand Down
7 changes: 4 additions & 3 deletions linkerd.io/content/2.11/tasks/configuring-retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ spec:
isRetryable: true ### ADD THIS LINE ###
```
Retries are supported for _all_ idempotent requests, whatever verb they use
and whether or not they have bodies. In particular, this means that gRPC
requests can be retried.
Retries are supported for _all_ idempotent requests, whatever verb they use,
and whether or not they have a body. In particular, this mean that gRPC
requests can be retried. However, requests will not be retried if the body
exceeds 64KiB.
## Retry Budgets
Expand Down
7 changes: 4 additions & 3 deletions linkerd.io/content/2.12/tasks/configuring-retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ spec:
isRetryable: true ### ADD THIS LINE ###
```
Retries are supported for _all_ idempotent requests, whatever verb they use
and whether or not they have bodies. In particular, this means that gRPC
requests can be retried.
Retries are supported for _all_ idempotent requests, whatever verb they use,
and whether or not they have a body. In particular, this mean that gRPC
requests can be retried. However, requests will not be retried if the body
exceeds 64KiB.
## Retry Budgets
Expand Down
7 changes: 4 additions & 3 deletions linkerd.io/content/2.13/tasks/configuring-retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ spec:
isRetryable: true ### ADD THIS LINE ###
```
Retries are supported for _all_ idempotent requests, whatever verb they use
and whether or not they have bodies. In particular, this means that gRPC
requests can be retried.
Retries are supported for _all_ idempotent requests, whatever verb they use,
and whether or not they have a body. In particular, this mean that gRPC
requests can be retried. However, requests will not be retried if the body
exceeds 64KiB.
## Retry Budgets
Expand Down
7 changes: 4 additions & 3 deletions linkerd.io/content/2.14/tasks/configuring-retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ spec:
isRetryable: true ### ADD THIS LINE ###
```
Retries are supported for _all_ idempotent requests, whatever verb they use
and whether or not they have bodies. In particular, this means that gRPC
requests can be retried.
Retries are supported for _all_ idempotent requests, whatever verb they use,
and whether or not they have a body. In particular, this mean that gRPC
requests can be retried. However, requests will not be retried if the body
exceeds 64KiB.
## Retry Budgets
Expand Down

0 comments on commit 17538b1

Please sign in to comment.