Skip to content

fix([issue-6994]): extend server close grace period for TLS teardown - #7078

Merged
atomantic merged 1 commit into
mainfrom
claim/issue-6994
Sep 12, 2026
Merged

fix([issue-6994]): extend server close grace period for TLS teardown#7078
atomantic merged 1 commit into
mainfrom
claim/issue-6994

Conversation

@atomantic

Copy link
Copy Markdown
Owner

Closes #6994

Summary

  • Extend the default closeServer grace window from 250ms to 1000ms so TLS/socket teardown can complete without routine false error warnings.
  • Keep the shutdown path bounded and preserve the existing late-callback/error handling behavior.

Verification

  • npm test --prefix server -- services/bootstrap.shutdown.test.js
  • 6 tests passed

Review

  • Local code review completed cleanly.
  • Requested Claude review was run with medium effort; its output was malformed for the strict verdict format, so it is recorded as an optional no-verdict pass.

@atomantic
atomantic merged commit 192c51a into main Sep 12, 2026
7 checks passed
@atomantic
atomantic deleted the claim/issue-6994 branch September 12, 2026 02:37
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.

[console-shutdown-grace-timeout] closeServer 250ms grace timeout routinely exceeded on TLS socket teardown, emitting false error warnings

1 participant