Hi, I have created a runbook and successfully scheduled it to run every day. Now, I would like to set a timeout on the runbook or scheduled job to kill my job in case it is still running after x minutes. Is it possible?
I know that I could do something inside the powershell script but I would prefer an external system that kill my job if its running time exceeded a value.