AE-2396: Implement the Scheduling task for AMP reporting for container logic

Review Request #1414 — Created March 4, 2026 and submitted — Latest diff uploaded

apoorva.sn
AMP
amp_4_0
AE-2396
pmurugaiyan, pradeep, shuinvy

Problem

Could not leverage the previous logic of report_scheduler.service and report_scheduler.timer in containerized setup.

Solution

Have made changes to the supervisord.conf to call the scheduled_runner which inturn called run_scheduled_reports to generate reports which are scheduled

Have tested that the scheduled reports is triggered every minute. This should check if any reports pending as per previous logic and generated reports

    Loading...