BigDataScript
BigDataScript copied to clipboard
Add Executioner task number limits
An Executioner should block when the number of tasks exceeds the limits. Limits:
-
maxTasksRunning: Max number of tasks inRUNNINGstate -
maxTasksToRun: Max number of tasks waiting to run -
maxTasks: Max number of tasks either RUNNING orTO_RUN
These should be either global and/or per Executioner type (i.e. system type)