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

Feature request: make output streaming optional #311

Closed
mfranciszkiewicz opened this issue Apr 6, 2021 · 2 comments
Closed

Feature request: make output streaming optional #311

mfranciszkiewicz opened this issue Apr 6, 2021 · 2 comments

Comments

@mfranciszkiewicz
Copy link
Contributor

Provide means to disable output streaming and / or make it a secondary mode of operation by default. Streaming computation output from multiple (20+) providers is taxing on a yapapi application and affects overall performance.

The implementation should be as simple as adding an additional param to Executor.__init__, but that feels tad out of place. If you think otherwise, I'm willing to create a PR.

@azawlocki
Copy link
Contributor

I think that an additional parameter would be okay here. Are we talking about just reverting to using event polling as the default mode or something more (limiting the number of events retrieved somehow)?

@mfranciszkiewicz
Copy link
Contributor Author

I think that an additional parameter would be okay here. Are we talking about just reverting to using event polling as the default mode or something more (limiting the number of events retrieved somehow)?

I'm thinking of reverting to polling by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants