Add Executioner task number limits
pcingola opened this issue · 0 comments
pcingola commented
An Executioner should block when the number of tasks exceeds the limits.
Limits:
maxTasksRunning
: Max number of tasks inRUNNING
statemaxTasksToRun
: Max number of tasks waiting to runmaxTasks
: Max number of tasks either RUNNING orTO_RUN
These should be either global and/or per Executioner type (i.e. system
type)