cruise
cruise copied to clipboard
Implement a component tracking jobs in JobServer
In JobServer, many jobs are running together simultaneously, and also many job will wait to be dispatched by JobScheduler.
So we need a component that tracks all these jobs and their status. JobScheduler will refer this component, when making a decision.
The name could be a JobStatusTracker or better one.