awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesTimer-Driven Wakeups

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.

Awesome Timer-Driven Wakeups GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uber/cadenceuber 的头像

    uber/cadence

    9,336在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗9,336
  1. Home
  2. DevOps & Infrastructure
  3. Timer-Driven Wakeups