August 2017
Intermediate to advanced
468 pages
12h 5m
English
The Retry pattern enables the system to retry an operation that failed if the failure was likely caused by a transient failure.
The Retry pattern should only be implemented for operations that are likely to succeed when re-attempted and we should always check if the tools and frameworks used by the service already implement this pattern. When implementing the pattern, it is important to consider the following two variables: