If you have a lot of tasks which run at the same time, then it sometimes will cause tasks to have to queue and not run exactly on schedule.
Orbis TaskCentre only has a certain amount of memory and resources it can use to run your tasks and so if a certain task is taking a very long time to run, or you have a lot of tasks all running together, things will naturally have to wait in line.
β
Additionally, if a task is set to run on a schedule but takes longer than the wait time to complete, this will delay a task as it cannot run twice at the same time. For example, if you have a task that is set to run every 1 minute but it takes 5 minutes to complete, it will only be able to run once every 5 minutes.
My tasks are not running exactly on schedule
Updated over a week ago