Skip to content

Make run_subtask API support batch operation #3089

@wjsi

Description

@wjsi

In current implementation SubtaskExecutionActor.run_subtask keeps the whole lifecycle of a subtask. This disables the possibility to submit subtasks in batches, which is a major time cost of supervisors. As all calls of SchedulingAPI.finish_subtasks own SubtaskResult already, it is possible to make run_subtask to start subtasks only and stops tracking subtask execution.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions