AE-2396: Implement the Scheduling task for AMP reporting
Review Request #1387 — Created Feb. 16, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| apoorva.sn | |
| AMP | |
| amp_4_0 | |
| AE-2396 | |
| Reviewers | |
| pmurugaiyan, pradeep, shuinvy | |
Problem
AE-2396: Implement the Scheduling task for AMP reporting
Solution
Have implemented the scheduled task through the service and timer.
The timer triggers the task every 5 min.
Service task gets executed which calls the python script to generate reports and populate the next run time.
Tested by enabling the timer which will run every 5 min.
