A Dapr control-plane service that manages persistent job scheduling, reminders, and timers for distributed applications.
Dapr Scheduler is a system service designed to decouple actors and workflows from direct timer management, ensuring reliability and scalability in distributed applications. It offloads the responsibility of scheduling persistent timers and reminders from the Dapr sidecar, allowing the system to handle large volumes of long-running stateful operations efficiently. It is typically deployed as part of a Dapr control-plane installation rather than managed as a standalone service container.
For deployment and configuration details, see: