Linkedin

Scheduler Agent Supervisor pattern

Project Overview

Project Detail

Coordinate a set of distributed actions as a single operation. If any of the actions fail, try to handle the failures transparently, or else undo the work that was performed, so the entire operation succeeds or fails as a whole. This can add resiliency to a distributed system, by enabling it to recover and retry actions that fail due to transient exceptions, long-lasting faults, and process failures.

https://learn.microsoft.com/en-us/azure/architecture/patterns/scheduler-agent-supervisor

To know more about this project connect with us

Scheduler Agent Supervisor pattern