- 
                Notifications
    
You must be signed in to change notification settings  - Fork 289
 
Open
Labels
Description
Hello,
Is your feature request related to a problem? Please describe.
We encountered a timeout issue during the manual or scheduled execution of the ASGSchedulerASGOrchestratorFunction Lambda, which orchestrates ASG handler invocations as part of the AWS Instance Scheduler solution. The current timeout is too short to complete the orchestration across all configured accounts and regions.
Describe the feature you'd like
Increase the configured timeout of the ASGSchedulerASGOrchestratorFunction Lambda to at least 300 seconds, or more depending on the scale of the deployment. This will ensure that the function does not terminate prematurely while dispatching handler functions across accounts and regions.
Additional context
- Current timeout: 60 seconds
 - Observed execution duration: ~137 seconds
 - AWS maximum Lambda timeout: 900 seconds
 - Relevant log message: 
Task timed out after 60.00 seconds - Increasing the timeout will allow complete orchestration without missed handler executions
 
Regards,
MB