Schedule a job not on the hour mark

Is there a way to schedule a job to run not on the hour mark? For example, if I want it to run at 4:05.

I did try using a wait (so it waits until 4:05 to run), but I’ve found it doesn’t always kick off right when scheduled.

So if I schedule for 4, it might not actually run until 4:06, so it would start late.
If I schedule for 3 though, the script will time out with maximum time of one hour.

The current API that provides the schedule interface only supports on the hour schedules, so this is a current limitation/restriction of the platform.

1 Like