-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[Core] ray.wait broken #47923
Copy link
Copy link
Open
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Coregood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to Rayusability
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Coregood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to Rayusability
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened + What you expected to happen
ray.wait never completes (used to in a previous version of ray)
then inside go_wait_for_id:
ex object_ref:
task id in ray dashboard is now
notice the difference
looks like theres a missing 0 in the task id
Versions / Dependencies
ray 2.37.0
Reproduction script
see above
Issue Severity
High: It blocks me from completing my task.