You need to sign in to do that
Don't have an account?

System.Schedule every hour, every day is not running overnight
System.schedule('GetPostDataSchedule', '0 0 * * * ?', new GetPostDataSchedule());
It runs every hour up to 11 PM at which point it stops. Any ideas? I need it to run hourly everyday.
In the 'All Scheduled Jobs' page, after one job is finished, it will show the next start time at 'Next Scheduled Run'.
So after your 11 PM job, what is showed in 'Next Scheduled Run'?
I am not sure what do you mean stopped.
Is the job is not scheduled, or the job is scheduled but not really started?
All Answers
In the 'All Scheduled Jobs' page, after one job is finished, it will show the next start time at 'Next Scheduled Run'.
So after your 11 PM job, what is showed in 'Next Scheduled Run'?
I am not sure what do you mean stopped.
Is the job is not scheduled, or the job is scheduled but not really started?
Disregard. The schedule was running but I had updated my code and it was erroring out. Thanks for the reply.