1.0 KiB
1.0 KiB
AGENTS - JobEngine Module
Working Directory
src/JobEngine/**(core, infrastructure, WebService, Worker, tests).
Required Reading
docs/README.mddocs/07_HIGH_LEVEL_ARCHITECTURE.mddocs/modules/platform/architecture-overview.mddocs/modules/jobengine/architecture.mddocs/modules/jobengine/README.md
Engineering Rules
- Deterministic scheduling and execution; stable ordering for job runs.
- Enforce tenant isolation and authz on all APIs.
- Offline-first; no network calls in tests.
Testing & Verification
- Tests live in
src/JobEngine/StellaOps.JobEngine/StellaOps.JobEngine.Testsandsrc/JobEngine/StellaOps.JobEngine.WorkerSdk.Python/stellaops_jobengine_worker/tests. - Cover scheduling, retries, and idempotent execution.
Sprint Discipline
- Track task status in sprint tracker and local TASKS boards.
Service Endpoints
- Development: https://localhost:10170, http://localhost:10171
- Local alias: https://jobengine.stella-ops.local, http://jobengine.stella-ops.local
- Env var: STELLAOPS_ORCHESTRATOR_URL