BigDataScript icon indicating copy to clipboard operation
BigDataScript copied to clipboard

Add Executioner task number limits

Open pcingola opened this issue 6 years ago • 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)

pcingola avatar May 21 '19 23:05 pcingola