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

runner/live: Refactor pipeline streamer and add some docs #306

Merged
merged 7 commits into from
Dec 4, 2024

Conversation

victorges
Copy link
Member

This does a few slightly unrelated refactors to improve general code quality and maintainability on
the live runner code. Specifically:

  • Make the "protocols" be used by composition instead of inheritance.
  • Remove the old t_index_ratio_list which was only helpful back when I was doing updates manually on a JSON
  • Add some documentation to the Pipeline base class, helpful for pipeline implementors

@victorges victorges requested a review from eliteprox December 4, 2024 20:21
@victorges victorges requested a review from rickstaa as a code owner December 4, 2024 20:21
@victorges victorges force-pushed the vg/refact/live-app-cleanup branch from ea9aeb0 to 64e88a5 Compare December 4, 2024 20:21
Copy link
Collaborator

@eliteprox eliteprox left a comment

Choose a reason for hiding this comment

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

LGTM! It's a nice cleanup and improves logging and documentation. Tested start/update stream from gateway

@victorges victorges merged commit 1021eaf into main Dec 4, 2024
9 checks passed
@victorges victorges deleted the vg/refact/live-app-cleanup branch December 4, 2024 21:36
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.

2 participants