When we are starting up and multiple chronos are triggered to run, a chrono that should run at 2am will run concurrently with one scheduled for 3pm that day. We need to have some mechanism in place that ensures that when multiple ones are caught up in the net to be activated, that they are executed to completion in the same general order that they were coded to be.
When we are starting up and multiple chronos are triggered to run, a chrono that should run at 2am will run concurrently with one scheduled for 3pm that day. We need to have some mechanism in place that ensures that when multiple ones are caught up in the net to be activated, that they are executed to completion in the same general order that they were coded to be.