Skip to content

Conversation

@jason-ha
Copy link
Contributor

@jason-ha jason-ha commented Nov 5, 2025

Reverts #24948

@github-actions github-actions bot added area: loader Loader related issues base: main PRs targeted against main branch labels Nov 5, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request removes the retry connection timeout functionality from the ConnectionManager. The feature previously allowed specifying a maximum time to wait for successful connection attempts before giving up.

Key changes:

  • Removed the retryConnectionTimeoutMs parameter from the ConnectionManager and Container APIs
  • Removed timeout checking logic from the connection retry loop
  • Removed three test cases that validated the timeout behavior

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/loader/container-loader/src/test/connectionManager.spec.ts Removed three test cases covering retry timeout scenarios (timeout exceeded, timeout not exceeded, and no timeout configured)
packages/loader/container-loader/src/container.ts Removed retryConnectionTimeoutMs property from IContainerCreateProps interface and removed internal field _retryConnectionTimeoutMs from Container class
packages/loader/container-loader/src/connectionManager.ts Removed retryConnectionTimeoutMs constructor parameter, removed initialConnectionStartTime tracking field, and removed timeout checking logic from the connection retry loop

@jason-ha jason-ha merged commit 7aae2a7 into main Nov 10, 2025
42 checks passed
@jason-ha jason-ha deleted the revert-24948-surface-errors-lws branch November 10, 2025 22:02
jason-ha added a commit that referenced this pull request Nov 10, 2025
…ry timeout" (#25814)"

This reverts commit 7aae2a7.

Restores the original
  "feat(container-loader): add optional connection retry timeout"
commit that was inaccessible to customers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: loader Loader related issues base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants