Scheduler queue
Introduce queuing in scheduler so you can set how many scheduled tasks can execute simultaneously, and if one tries to run while another is running it will wait till the other is done.
Comments: 2
-
21 Mar, '20
Bryan MeyerovichActually, how about just a global parallel threads limiter?
-
21 Mar, '20
Olena Sherbinin AdminWe are going to implement group of schedules OR what-if scenarios. Both will allow controlling the number of currently running schedules.