Is there something wrong with my script deployment...
# general
c
Is there something wrong with my script deployment? I set this up yesterday to run every hour, and it hasn’t run once. There are no logs or instances logged on the status page. I know it hasn’t run because I ran the same script with a different deployment manually, and it processed all the records that should have been processed with the hourly intervals
c
Your start time is noon. So it'll run every hour from noon to midnight, but not run at all in the morning. If that's not what you intended, set your start time to early morning instead.
c
Ah I see. Was thinking the start time would just be the first invocation and then from every hour then one. That makes more sense