Just got into rundeck and it is amazing.
Question though, one our requirements is to alert (email) if a job has been running for a configured amount (per job) but not kill it. Looks like the built in options is to kill it at the time out. To get this functionality I had a few thoughts.
1) have a step1 local job that will just time till xyz and if its not killed send an alert at the time (after the step2 job ended the timer would be killed)
2) highjack the Timeout code in rundeck to send an alert instead of killing the job
3) some way better idea you guys have.
Thanks for your ideas and help!