Expand description
Background jobs (cron / scheduled work).
Phase A intentionally ships minimal stubs (no scheduler wiring). Real cron driving (tokio interval task, schedlock, etc.) is a Phase B follow-up tracked in the Story 3.7 acceptance notes.
Re-exports§
pub use sla_escalation_job::SlaEscalationJob;
Modules§
- sla_
escalation_ job - SLA escalation cron job stub (Story 3.7 — FR32 INV-23).