Hi All, A very general question of scheduling a sc...
# suitescript
s
Hi All, A very general question of scheduling a script. I have a script scheduled with START TIME 9:00 amĀ REPEAT Every 30 minutes. I have a record matching the script search criteria but created 11:40pm. If the script is scheduled to trigger every 30 mins starting from 9:00am. Does, it trigger at 12am, once the 11:30pm run is completed?
s
@SMNCP the actual execute is dependent on available processing queues, each queue (you may only have one) can only process one schedule activity at a time. the other will queue up and wait. The actual start time of each action is unpredictable. The schedule is simply when it should be put in queue.
šŸ‘ 1
b
your 11:40 pm record missed the last run of the day at 11:30 pm. Next run is 9:00 am
the 11:30 pm run might have picked up the 11:40 pm record if it was stuck in the queue for 10 minutes, but i dont think that was the point of your question