You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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)?
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.The text was updated successfully, but these errors were encountered: