Skip to content

Commit 910a93d

Browse files
authored
Create README.md
1 parent e243439 commit 910a93d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • Server-Side Components/Scheduled Jobs/Proactive Change Request Reminder
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**Proactive Change Request Reminder (Due in 24 Hours)**
2+
3+
**Description**
4+
This Scheduled Job sends an automated email reminder to the assigned agent of each Priority 1 Change Request that is due within the next 24 hours.
5+
It helps teams stay ahead of deadlines, prevent SLA breaches, and ensure timely change implementation.
6+
7+
**When to Use**
8+
Use this script to ensure that high-priority change requests are addressed on time by proactively notifying assigned engineers.
9+
10+
**How It Works**
11+
Checks all active change_request records with:
12+
- priority = 1
13+
- state not in "Closed" or "Complete"
14+
- due_date within the next 24 hours
15+
Sends an email reminder to the assigned agent with the change number, description, and due date.
16+
17+
**Scheduled Job Configuration**
18+
Recommended schedule:
19+
- Run: Periodically
20+
- Repeat interval: 1 hour

0 commit comments

Comments
 (0)