1 repository
Enforcement of request rates, concurrency, and execution durations for cross-service operations.
Distinct from Asynchronous Request Managers: Distinct from Asynchronous Request Managers: focuses on orchestration-level stability controls rather than general request lifecycle management.
Explore 1 awesome GitHub repository matching web development · Orchestration Limits. Refine with filters or upvote what's useful.
Temporal is a distributed workflow orchestration engine designed to manage fault-tolerant, stateful, and long-running background processes. It functions as a platform for coordinating complex cross-service operations, ensuring consistency and reliability in distributed environments by decoupling workflow orchestration from task execution. The platform distinguishes itself through a deterministic, event-sourced execution model that reconstructs workflow state by re-executing code from an immutable event log. This approach isolates non-deterministic side effects into managed activities, allowin
Orchestrates cross-service communication by enforcing limits on request rates, concurrent operations, and handler execution durations.