Can we add to the Server Scheduler the ability to run two chain commands at the same time? For instance we have a weekly chain that runs for several hours as it pushes out 20 reports (obviously some of the data gathering takes some time in the background). We also have small updates that run ever 30 minutes. At this time, the large chain will finish and then it will run the 30 minute reports over and over to catch up.
Built into the system you can "test" a chain command which not stopping the currently running reports. It looks like the functionaliy is partically built into the system already.
I would like to request the Scheduler to run two chain commands at the same time, thus increasing the system utilization and in general running reports faster.