-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Open
Labels
bugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcommunity-backlogcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CorestabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)Needs triage (eg: priority, bug/not-bug, and owning component)
Description
What happened + What you expected to happen
why the pending job which doesn't have job id, but it has submission id, can not get stopped in the code.
for example with the code and submission id:
client.stop_job("raysubmit_g4dnhYV5CdFQ7uYr")
this returns True, but nothing happens and the job doesn't get stopped.
Versions / Dependencies
ray version 2.44.1
Reproduction script
from ray.job_submission import JobSubmissionClient
client = JobSubmissionClient(address="ray url")
client.stop_job("raysubmit_g4dnhYV5CdFQ7uYr")
True
Issue Severity
High: It blocks me from completing my task.
Metadata
Metadata
Assignees
Labels
bugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcommunity-backlogcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CorestabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)Needs triage (eg: priority, bug/not-bug, and owning component)