I had a Task that was configured incorrectly that caused it to run for several hours straight. During this time there where other tasks that where scheduled to run but did not. It was not until I manualy stoped the long running task did the other tasks start. The log file generated the following messages:
The log file states the following for the task that did not execute when it was scheduled:
"Task is scheduled for execution when current tasks complete. This task's position is number 1."
Is there a way to schedule tasks to run concurrently?
Log file attached.