Stella Ops JobEngine

The JobEngine module is the consolidated orchestration domain for two subdomains:

Scope note (2026-05-30 reconciliation): The generic “Source & Job Orchestrator” control plane — sources, quotas, throttles, incidents, circuit breakers, DAG dashboards, lease/claim Task Runner bridge, and live deployment runs — is not this module. That surface is owned by the separate src/ReleaseOrchestrator/ module (docs/modules/release-orchestrator/). The legacy StellaOps.JobEngine.* libraries (Core/Infrastructure/Worker/Tests) and the standalone TaskRunner were removed in April 2026; Scheduler and PacksRegistry are the active subdomains. See docs/modules/jobengine/architecture.md for the deeper module architecture. Note that the architecture dossier still opens with legacy “Source & Job Orchestrator” framing (§1–3 describe the removed orchestrator schema and orch:* lease/replay surface); the code-verified JobEngine compatibility surface and the Release Orchestrator route translations live in §4 onward.

Responsibilities

Key components

Storage

Integrations & dependencies

Service endpoints (gateway)

Primary Scheduler API surface (code-verified)

Operational notes