Is this the correct way to deploy a script to start in 15 minutes and go every two hours forever?
e
eblackey
12/15/2021, 4:47 PM
This script will only run after noon every weekday, but every 2 hours after noon forever.
👍 1
j
jen
12/15/2021, 5:22 PM
It drives me crazy that that is true. Super non-intuitive that the “start time” is not coupled to the “start date”. I had a scheduled thing that I assumed was running from date-time forever, but as above it was only starting partway through each day. Complete design fail IMO.
👍 1
t
The Usual Suspect
12/15/2021, 7:17 PM
Its infuriating but necessary if you DO need that use case where it has to start at noon
The Usual Suspect
12/15/2021, 7:17 PM
Yeah eblackey is right this will start at noon every day and repeat every 2 hours. You'll need to set the start time at 12:00am for it to run every 2 hours every day
e
eblackey
12/15/2021, 7:35 PM
Yeah, they could definitely make it more clear. I also with they allowed for an end time if they’re going to have a start time.