• Bi Hồ
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All,
I created 1 scheduled job, which will run every 5 minutes like below.
User-added image

It can run normally, but I wonder why at the time 8h45, 8h50, 8h55, 9h00, 9h5, and 9h10, it cannot run the apex job. Then from 9h6 to 9h11, it runs 6 times. It is all apex jobs that should be run from 8h45 to 9h10.
User-added image
I have 2 questions:
1. Why the apex job doesn't run on time?
2. Can I handle it when the apex job doesn't run on time? e.g: send an email to the administrator
Thank you,
Hi All,
I created 1 scheduled job, which will run every 5 minutes like below.
User-added image

It can run normally, but I wonder why at the time 8h45, 8h50, 8h55, 9h00, 9h5, and 9h10, it cannot run the apex job. Then from 9h6 to 9h11, it runs 6 times. It is all apex jobs that should be run from 8h45 to 9h10.
User-added image
I have 2 questions:
1. Why the apex job doesn't run on time?
2. Can I handle it when the apex job doesn't run on time? e.g: send an email to the administrator
Thank you,