Back to Developer Roadmap

Scheduling Agent Supervisor

src/data/roadmaps/system-design/content/[email protected]

4.0619 B
Original Source

Scheduling Agent Supervisor

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.

Visit the following resources to learn more: