Hi, just testing VC.
In our current scheduler you assign every task to a queue. Each queue will only run 1 task at a time, so by having 3 queues (fast, medium, and slow tasks), this limits machine load.
In VC, if I create say 20 tasks which watch for incoming files, and all 20 tasks are triggered, is there a way to run them sequentially?