scm-spain/cluster_deployer

Disable automatic creation of scheduled tasks to start/stop instances

Closed this issue · 0 comments

AsgardDeployer sets two scheduled tasks (start mon-fri at 5:30 and stop mon-fri at 17:30) if environment is not pro:

if environment != 'pro':
            self.set_scheduler(version)

Can this feature be disabled (e.g. passing a flag) and provide a method to allow user to set start/stop tasks at different times?