feat(sla): Wire SLA Auto-Escalation Background Cron Job in FastAPI Main Server (#3980) - #4041
Conversation
|
@knoxiboy is attempting to deploy a commit to the ritesh Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Wires an automated SLA Auto-Escalation background cron service (
backend/services/sla_service.py) that periodically sweeps active tickets for SLA target breaches and escalates overdue ticket urgency.Related Issue
Fixes #3980
Type of Change
Checklist
Additional Notes
Includes configurable SLA time-to-first-response and resolution breach thresholds.