is it possible to halt an instance of a scheduled script that is running in progress?
r
rustyshackles
12/20/2018, 12:46 AM
delete the deployment, if that does not work, delete the script record
rustyshackles
12/20/2018, 12:46 AM
or you can edit the script file and put a bug, then when the script reschedules it should fail
z
Zeeshan
12/20/2018, 11:33 AM
you just need to uncheck the field named "DEPLOYED" on deployment record. It won't reschedule again. you have to wait until the execution cycle is completed or stopped due to an error if it is not handled properly.