we have a win scheduled job which runs daily. This job runs an etl and if the etl fails then it records the failure and runs the task again next day.
we want to restrict this so that if the etl fails then next day the task should not run again.
I think there is an option in scheduler to restart program if it fails, but i would like to see viceversa.