We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pipeline.run()
The current logic of Pipeline.run() was kinda rewritten in a haste so we cut some corners and didn't optimize it.
The code is also not well documented making it harder to understand and reason about for other devs.
Ideally this should be done after #7611 to prevent the introduction of any bugs.
This will also make it easier to add new functionalities in the future.
The text was updated successfully, but these errors were encountered:
Variadic
_enqueue_next_runnable_component
Pipeline
Component
_add_missing_input_defaults
_dequeue_components_that_received_no_input
waiting_queue
silvanocerza
Successfully merging a pull request may close this issue.
The current logic of
Pipeline.run()
was kinda rewritten in a haste so we cut some corners and didn't optimize it.The code is also not well documented making it harder to understand and reason about for other devs.
Ideally this should be done after #7611 to prevent the introduction of any bugs.
This will also make it easier to add new functionalities in the future.
The text was updated successfully, but these errors were encountered: