O'Reilly book: Linkerd Up & Running   Download now  »


Retries and Timeouts

Timeouts and automatic retries are two of the most powerful and useful mechanisms a service mesh has for gracefully handling partial or transient application failures.

Timeouts and retries can be configured using HTTPRoute, GRPCRoute, or Service resources. Retries and timeouts are always performed on the outbound (client) side.

These can be setup by following the guides: