Can I restart a job automatically if it fails ? I am running a java program against a site out of my control. I have a timeout in there to fail if it takes too long. If it fails I want to restart the job x number of times.
Is this possible?
Can I restart a job automatically if it fails ? I am running a java program against a site out of my control. I have a timeout in there to fail if it takes too long. If it fails I want to restart the job x number of times.
Is this possible?