Sdd/parallel reasoning agent - #96
Closed
bxyu-nvidia wants to merge 3 commits into
Closed
Conversation
hemildesai
added a commit
that referenced
this pull request
Jul 15, 2026
…am drops OpenSandbox exec streams a command's output over one long-lived SSE connection through the server proxy. When that connection crosses a load balancer with a TCP idle/stream-duration cap (e.g. an AWS NLB fronting an istio east-west gateway, default 350s), a command that runs a while gets its stream silently reaped and the client hangs (~4h) since the SSE read timeout is disabled. Add OpenSandboxOperationConfig.background_exec (default False): submit the command in the background, then issue short get_command_status / get_background_ command_logs polls instead of holding one stream open. No single request is long enough to be reaped, so it is robust across LB idle/duration limits. Also default command_retries 0->3 in the shipped config (recovers RST-family drops) and enable background_exec there since OpenSandbox exec always traverses the server proxy. Root cause confirmed via OpenSandbox issues #1277/#507/#96 and a mesh trace (sbx east-west NLB, 350s idle, no override). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Hemil Desai <hemild@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.