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

[data] [streaming] Improve handling of KeyboardInterrupt #34441

Merged
merged 2 commits into from
Apr 17, 2023

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Apr 15, 2023

Why are these changes needed?

We didn't catch KeyboardInterrupt previously, which means if you Ctrl-C a stream it won't be shutdown properly. This can leave progress bars dangling in the console.

Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
@ericl ericl added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label Apr 17, 2023
@ericl ericl merged commit ad21039 into ray-project:master Apr 17, 2023
elliottower pushed a commit to elliottower/ray that referenced this pull request Apr 22, 2023
ProjectsByJackHe pushed a commit to ProjectsByJackHe/ray that referenced this pull request May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants