marlof / ScORCH

DevOps Orchestration for Obrar deploy and Ansible playbooks
http://www.autoscorch.com
Apache License 2.0
5 stars 1 forks source link

Add a Scheduler #159

Closed marlof closed 3 years ago

marlof commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Have the ability to run a request at a given time, after a given delay,

Schedule: 10:00:00 21/03/2021 (options?)

Create a sleep option from the moment it starts?

Delay: 300 (Defaults to seconds or add m h)

marlof commented 3 years ago

Cron can be used to schedule tasks by simply calling scorch in API mode. e.g: scorch -a JBOSS -o "RELEASE:6.4" -o "ENVIRONMENT:PROD-STG" -s

Plugins can be tuned to work with jobs in Pending mode to delay the trigger time