Skip to content

Commit

Permalink
Update geps/gep-3440/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sotiris Nanopoulos <sotiris.nanopoulos@reddit.com>
  • Loading branch information
shadialtarsha and davinci26 authored Nov 8, 2024
1 parent 7cecf09 commit 072e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geps/gep-3440/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ It also supports setting a timeout for the entire retry process using the `timeo

### Traefik
1. **Retry Conditions**: Traefik allows for retries based on HTTP-level conditions (e.g., connection errors and
certain HTTP status codes like 500, 502, 503, and 504), but it does not natively interpret specific gRPC error codes
certain HTTP status codes like 500, 502, 503, and 504), but it does not natively interpret specific gRPC status codes
like `UNAVAILABLE` or `DEADLINE_EXCEEDED`. This means that, while Traefik can retry requests on common HTTP errors
that might represent temporary issues, it lacks the ability to directly handle and retry based on
gRPC-specific error codes, limiting its alignment with the GEP’s requirement for granular gRPC error handling.
Expand Down

0 comments on commit 072e76e

Please sign in to comment.