Scheduler (pointer)
Consolidated into JobEngine (Sprint 208). The live contract is the JobEngine dossier:
jobengine/architecture.md— see §3 Scheduler plugins, §4.1–4.4 (/api/v1/scheduler/*endpoints), and §9.1 Scheduler subdomain.
Scheduler keeps scan results current: when new advisories or VEX claims arrive it pinpoints the affected images and re-evaluates them (default mode is analysis-only — no image pull). It retains its own SchedulerDbContext; only the module boundary was consolidated.
Where things live
| Thing | Location |
|---|---|
| WebService | src/JobEngine/StellaOps.Scheduler.WebService/ |
| Worker host | src/JobEngine/StellaOps.Scheduler.Worker.Host/ |
| Libraries / plugins / tests | src/JobEngine/StellaOps.Scheduler.__Libraries/, .plugins/, .__Tests/ |
| Parent module | src/JobEngine/ → jobengine/ |
Docs in this directory
architecture.md— historical reference for the pre-consolidation Scheduler. Where it disagrees with the JobEngine dossier or withsrc/, the JobEngine dossier andsrc/win.api-reference.md+openapi/— autogenerated wire shape.
