Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
shanu_s9
Contributor III
Contributor III

QMC failed job auto restart

Hi Experts,

i hope some one will assist on my issue.

We have some jobs scheduled in the QMC, it is updating once in a day. the jobs are running around 2 AM, if any job failed, it has to restart after 15 mins automatically.

Is there any way or any mechanism to implement.

Many thanks.

4 Replies
shiveshsingh
Master
Master

At the beginning of the load script you could put a sleep()


Refer


Restart failed and not executed QMC tasks with the QMSEDX interface.

shanu_s9
Contributor III
Contributor III
Author

Thanks Shivesh for your help.

i found another option, in triggers Number of tries, But this is restarting the job immediately, when job failed.

Do we have any option, When job failed, next occurrence would start after some time like 15 minutes.

Please assists.

QMC Auto Job run.JPG

Peter_Cammaert
Partner - Champion III
Partner - Champion III

I think there is no solution that handles all possible causes of server reload failure. For example, a sleep() call at the beginning of your load script may be ideal to give a database connection time to become stable again, but wouldn't help if your reload fails because there are no engines available for at least 45 mins.

Care to provide some more details about why this task is failing?

shiveshsingh
Master
Master

That's why, after doing this configuration in QMC, you can put sleep() to delay the retry, but why you rjob is failing? any specific reason?