Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make run_subtask API support batch operation #3089

Open
wjsi opened this issue May 26, 2022 · 0 comments · May be fixed by #3106
Open

Make run_subtask API support batch operation #3089

wjsi opened this issue May 26, 2022 · 0 comments · May be fixed by #3106

Comments

@wjsi
Copy link
Member

wjsi commented May 26, 2022

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.

@wjsi wjsi added this to Issue-Needs prioritizing in v0.10 Release via automation May 26, 2022
@wjsi wjsi linked a pull request Jun 1, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v0.10 Release
Issue-Needs prioritizing
Development

Successfully merging a pull request may close this issue.

1 participant