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

Fix ray.wait for timeouts > 2**30 #58

Closed
pcmoritz opened this issue Nov 22, 2016 · 1 comment
Closed

Fix ray.wait for timeouts > 2**30 #58

pcmoritz opened this issue Nov 22, 2016 · 1 comment
Labels
bug Something that is supposed to be working; but isn't

Comments

@pcmoritz
Copy link
Contributor

Right now, we limit the maximum timeout for ray.wait to be 2**30 us. This is ~1000s, which is too short. We should track down the problem in here:

#42

And make the timeout a 64-bit number.

@robertnishihara robertnishihara added the bug Something that is supposed to be working; but isn't label Nov 30, 2016
@ericl ericl closed this as completed Jul 30, 2018
@robertnishihara
Copy link
Collaborator

This bug is still present for legacy Ray, right? But when we switch to x-ray it should be gone (though I haven't tried it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't
Projects
None yet
Development

No branches or pull requests

3 participants