instance-scheduler-on-aws icon indicating copy to clipboard operation
instance-scheduler-on-aws copied to clipboard

Instance Type not reflected in schedule

Open whoDoneItAgain opened this issue 2 years ago • 0 comments

When specifying an instance type, the period referenced in the schedule is not updated with @instancetype. screenshot of cloudwatch log showing the period resource sent to _create_period and the corresponding created schedule output

image

Appears to be / tested an easy fix of swapping lines 159 and 160 of the schedule_resource_handler.py resource handler.

Pull Request #314

whoDoneItAgain avatar Jun 01 '22 18:06 whoDoneItAgain