-
Notifications
You must be signed in to change notification settings - Fork 327
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
[Ray] Implement cancel method on Ray task executor #3044
[Ray] Implement cancel method on Ray task executor #3044
Conversation
Co-authored-by: Liu Bao <fyrestone@outlook.com>
…into feat-ray-executor-cancel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
16e62b9
to
2aadec2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(cherry picked from commit 8639474)
(cherry picked from commit 8639474)
What do these changes do?
This pr
subtask_cancel_timeout
property forRayExecutionConfig
which is fromscheduling.subtask_cancel_timeout
And ray task meta, data gc is in another pr #3061.
Related issue number
#2893
Check code requirements