Files
git.stella-ops.org/docs/modules/scheduler
master 2eb6852d34
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add unit tests for SBOM ingestion and transformation
- Implement `SbomIngestServiceCollectionExtensionsTests` to verify the SBOM ingestion pipeline exports snapshots correctly.
- Create `SbomIngestTransformerTests` to ensure the transformation produces expected nodes and edges, including deduplication of license nodes and normalization of timestamps.
- Add `SbomSnapshotExporterTests` to test the export functionality for manifest, adjacency, nodes, and edges.
- Introduce `VexOverlayTransformerTests` to validate the transformation of VEX nodes and edges.
- Set up project file for the test project with necessary dependencies and configurations.
- Include JSON fixture files for testing purposes.
2025-11-04 07:49:39 +02:00
..

StellaOps Scheduler

Scheduler detects advisory/VEX deltas, computes impact windows, and orchestrates re-evaluations across Scanner and Policy Engine.

Responsibilities

  • Maintain impact cursors and queues for re-scan/re-evaluate jobs.
  • Expose APIs for policy-triggered rechecks and runtime hooks.
  • Emit DSSE-backed completion events for downstream consumers (UI, Notify).
  • Provide SLA-aware retry logic with deterministic evaluation windows.

Key components

  • StellaOps.Scheduler.WebService control plane.
  • StellaOps.Scheduler.Worker job executor.
  • Shared libraries under StellaOps.Scheduler.*.

Integrations & dependencies

  • MongoDB for impact models.
  • Redis/NATS for queueing.
  • Policy Engine, Scanner, Notify.

Operational notes

  • Monitoring assets in ./operations/worker-grafana-dashboard.json & worker-prometheus-rules.yaml.
  • Operational runbook ./operations/worker.md.
  • ./operations/worker.md
  • ./operations/worker-grafana-dashboard.json
  • ./operations/worker-prometheus-rules.yaml

Backlog references

  • SCHED-MODELS-20-001 (policy run DTOs) and related tasks in ../../TASKS.md.
  • Scheduler observability follow-ups in src/Scheduler/**/TASKS.md.

Epic alignment

  • Epic 2 Policy Engine & Editor: orchestrate incremental re-evaluation and simulation runs when raw facts or policies change.
  • Epic 6 Vulnerability Explorer: feed triage workflows with up-to-date job status, explain traces, and ledger hooks.
  • Epic 9 Orchestrator Dashboard: expose job telemetry, throttling, and replay controls through orchestration dashboards.