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

ThingLocation
WebServicesrc/JobEngine/StellaOps.Scheduler.WebService/
Worker hostsrc/JobEngine/StellaOps.Scheduler.Worker.Host/
Libraries / plugins / testssrc/JobEngine/StellaOps.Scheduler.__Libraries/, .plugins/, .__Tests/
Parent modulesrc/JobEngine/jobengine/

Docs in this directory