-
Notifications
You must be signed in to change notification settings - Fork 71
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
Multi commands run slowly #677
Comments
Example execution:
|
Made some progress on this issue but more remains to be done. Current potentially shippable code is on Caching and reuse of containers is proving to be trickier than I expected due to issues around managing container IO. The current state of this work, which is definitely NOT ready to ship, is on |
PR submitted this morning to operable/go-relay: #17 |
The overhead of using a separate container for each command invocation adds between 0.5 and 1 second of overhead to each command call.
This winds up becoming intolerably slow on large pipelines or short pipelines with lots of output.
The text was updated successfully, but these errors were encountered: