cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Service for Task Management

Open bchocho opened this issue 9 years ago • 1 comments

Dolphin requires Task (Group) Management. In particular, triggering optimization relies on receiving metrics from all Tasks that run in that iteration. Keeping track of the number of Tasks running (and thus number metrics that must be received) is done today within the OptimizationOrchestrator. It should be made into a general service.

This is different from #158, which proposes Evaluator management.

bchocho avatar Nov 11 '15 09:11 bchocho

APIs for tracking and retrieving RunningTask objects will be helpful, since we need this to close the task on purpose. BTW, I think it should be #153, not #158 :)

gyeongin avatar Nov 12 '15 07:11 gyeongin