pcingola/BigDataScript

Add Executioner task number limits

pcingola opened this issue · 0 comments

An Executioner should block when the number of tasks exceeds the limits.
Limits:

  • maxTasksRunning: Max number of tasks in RUNNING state
  • maxTasksToRun: Max number of tasks waiting to run
  • maxTasks: Max number of tasks either RUNNING or TO_RUN

These should be either global and/or per Executioner type (i.e. system type)