Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

@ammar-agent ammar-agent commented Dec 14, 2025

Summary

  • Make SSH backoff non-catastrophic by default: SSHConnectionPool.acquireConnection() now waits through backoff (bounded) instead of throwing immediately.
  • Preserve herd protection semantics (singleflight probe + backoff schedule) while improving user-facing reliability.
  • Remove SSH-only wait knobs from ExecOptions to avoid runtime API disparity; SSHRuntime always goes through the pool.

Behavior

  • Default: acquireConnection(config) waits through backoff for up to 2 minutes.
  • Opt-in fail-fast: acquireConnection(config, { maxWaitMs: 0 }).

Notes

  • Workspace init/sync still emits progress via onWait for the preflight step, but the waiting policy now lives in the pool.

Generated with mux • Model: openai:gpt-5.2 • Thinking: xhigh

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant