cancel
Showing results for 
Search instead for 
Did you mean: 

Overdue jobs

Former Member
0 Kudos

Hi All,

Is there anyone here know how to implement Overdue on job definitions?

Thanks!

Alyssa

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

How can I prevent job from running immediately after releasing a queue?

Example:

JobXXX scheduled daily @ 10:00AM and then we down the queue for 2 days.

After 2 days we release the queue.

What is happening right now is that after the downtime the job will run immediately. What I want is that the job will remain on its original schedule. Is it possible?

Thanks!

Alyssa

gmblom
Active Contributor
0 Kudos

You can cancel the queued jobs, then they will reschedule for the next occurrence.

Regards Gerben

Former Member
0 Kudos

Is there any other way because its a lot of jobs to be canceled? 1000+ jobs

nanda_kumar21
Active Contributor
0 Kudos

you can write a script to get all the jobs in that particular queue and in particular status and loop through each of them to cancel it.

thanks

Nanda