Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Background Scheduled Jobs - Runs more Hours then expected!

Former Member
0 Kudos

Hi,

I have a job scheduled for delivery documents to run once in 15 Minutes. But the scheduled job goes more than 2 hours to complete each time. In this case, how does the job schedule work? It will work once in 2 hours (only after completing the previously scheduled job) or it will get triggered as per the job schedule definition i.e. once in 15 minutes.

I appreciate your help in advance.

Thanks,

Kannan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It will run every 15 minutes, so if one job runs 2 hours then you will have 8 jobs running after 2 hours...

1 REPLY 1

Former Member
0 Kudos

It will run every 15 minutes, so if one job runs 2 hours then you will have 8 jobs running after 2 hours...