1 repository
Mechanisms for resuming suspended processes based on centralized timer triggers or timeouts.
Distinguishing note: None of the candidates cover centralized orchestration timers for process resumption; they focus on UI intervals or test fakes.
Explore 1 awesome GitHub repository matching devops & infrastructure · Timer-Driven Wakeups. Refine with filters or upvote what's useful.
Cadence is a distributed workflow orchestration engine designed to execute long-running, asynchronous business logic with built-in durability and resilience across distributed systems. It functions as a stateful process manager that ensures processes resume from their last known state following system crashes or network outages. The platform utilizes a distributed task queue to manage work across independent worker nodes and supports persistence via SQL or Cassandra backend storage. It includes a workflow visualization dashboard for inspecting execution histories and state traces, alongside a
Uses a centralized timer service to trigger workflow resumes after specified delays or timeout intervals.