When an AutoSys database is restored from a backup (e.g., 2–3 days old) and the Scheduler is started, the event processor identifies a gap between the last processed event and the current system time. It will attempt to "catch up" by executing every missed time-based and condition-based job, which can flood agents and impact applications.
AutoSys Workload Automation 12.1.x - 24.x
Infrastructure: AWS (RDS or EC2) or On-Premise
Step 1: Halt AutoSys Services
Before bringing the restored database online, ensure all services are shut down to prevent the Scheduler from immediately processing the backlog:
Step 2: Database and Endpoint Verification (AWS Specific)
If the restored RDS snapshot results in a new endpoint URL, update the database connection configurations (typically $AUTOUSER/config.$AUTOSERV on Linux or via the AutoSys Administrator GUI on Windows) before starting services.
Step 3: Prevent "Catch-Up" Avalanche
Choose one of the following officially supported methods:
Method A: Global Auto Hold (Recommended)
Method B: JIL "Resave" Method
Step 4: Validation
Verify the Scheduler is processing events at the current time using "autorep" and confirm agent connectivity with "autoping".