You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Responsibility

  • Watch resched (queue?) for job-task event.
  • Watch resched (queue?) for groom-offline event.
  • Watch wait queue, move to processing one.
  • Dispatch directive(s)

Procedure

if active tasks scheduled to the same groom server + to be assigned task > GroomServerSpec.totalSlots 
  skip GroomServer's TaskManager request
else
  dispatch directive(task)
  • No labels