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

Cleanup websocket streaming code #2143

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Feb 14, 2025

Summary

Details and comments

Fixes #2140

@kt474 kt474 marked this pull request as ready for review February 19, 2025 17:59
@kt474 kt474 changed the title WIP Cleanup websocket streaming code Cleanup websocket streaming code Feb 19, 2025
remedy="This option will have no effect since interim "
"results streaming was removed in a previous release.",
stacklevel=3,
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that even though this option doesn't do anything, we still need to properly deprecate before removing.

"These parameters will be removed in a future release.",
category=FutureWarning,
stacklevel=2,
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here - user_callback and client_params don't do anything in the job classes but following the deprecation policy I don't think we can just remove them?

@kt474 kt474 requested review from ptristan3 and jyu00 February 19, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Websocket streaming not cleaned up
1 participant