Hi,
We have several processes that we need to run constantly during the day - the queue they process being populated by other processes throughout the day.
Some we have built, so they stop when the queue is empty and have the schedule set to run the process every 5 minutes.
Others we have built, so the process does the wait, before re-checking the queue (i.e. it is only scheduled once, but runs all day).
Just wondered what Blue Prisms recommendation was, as to which solution was better.