Hi I have a use case where I’d like a route to run only between certain times of the day, let’s say 9am-5pm. This route policy looks like it will do the job but I have some concerns.
It appears as though it triggers stop/start transitions only on the cron schedule I provide which make sense. e.g. 9am it will start the route, 5pm it will stop the route. However what happens if I start up my application after 5pm, I’m guessing the route remains up til 5pm the next day until the trigger to stop occurs? Doesn’t seem right to me. How can I avoid this issue? Thanks in advance.