Act in an organized way when failures occur
Introduction
Most, if not all, of the systems we develop nowadays require the cooperation of
Retry and repeat
A common demand when working with actions is to retry or repeat them when
Circuit breaker
When a service is overloaded, additional interaction may only worsen its
Saga
In a distributed system, sometimes you need a concept similar to a transaction