Hi All,
We have many jobs in jobQueue which are having execution status as "Overlimit". We doesn't want these jobs to be re-enabled again. Could you please let us know how these jobs can be moved to JobHistory ?
Thanks !
Hi All,
We have many jobs in jobQueue which are having execution status as "Overlimit". We doesn't want these jobs to be re-enabled again. Could you please let us know how these jobs can be moved to JobHistory ?
Thanks !
Hello,
Jobs with a status of "OVERLIMIT" just means that the threshold value was specified for the process.
Is there a reason you just want to delete the jobs instead of letting them finish?
-Roman
Hi Roman,
The jobs were generated to trigger an email to single user.
We doesn't want this jobs to finish.
We can delete the jobs by using "Ctrl+d"
I would like to know if there is any way to move all these jobs to JobHistory.
Thanks
Jai
They only way is to let them execute. I recommend not to mess with the histories as you might mess up your audit trails. Not the best idea to do.
Hi Markus,
Thanks for your suggestion.
Executing these jobs will trigger more than 2000 mails to a single user and user doesn't want this to happen.
Is it advisable to delete 2000 jobs from JobQueue ?
Thanks in advance !
I suggest to review your process and analyze why 2000 emails are generated for a single user. If those emails are for attestation or it shop requests you could consider the use of collection mails instead of single ones. Search the documentation for configuration parameters named RequestApproverByCollection.
In regards to the deletion of 2000 job from the job queue. Yes, you can delete Jobs but you should know what you are doing and not blindly delete something you may miss later on.