instance-scheduler-on-aws
instance-scheduler-on-aws copied to clipboard
Error starting multiple RDS instances when a failure occurs on one
There's an issue on RDS Service when multiple instances are scheduled to start. If one fails, the loop is not continued because of a return statement that cames after the error log (https://github.com/awslabs/aws-instance-scheduler/blob/master/source/lambda/schedulers/rds_service.py, line 458)
Hi @emmanueldiquas This issue has been identified and will be fixed in the next release. Similar issue 240