Skip to content

feat: Enable keep-alive on HTTP/HTTPS agents for webhook dispatch#487

Merged
Uxio0 merged 1 commit into
mainfrom
feat/http-keep-alive-agents
Mar 31, 2026
Merged

feat: Enable keep-alive on HTTP/HTTPS agents for webhook dispatch#487
Uxio0 merged 1 commit into
mainfrom
feat/http-keep-alive-agents

Conversation

@Uxio0
Copy link
Copy Markdown
Member

@Uxio0 Uxio0 commented Mar 31, 2026

Summary

  • Configure keepAlive: true on Node.js http.Agent and https.Agent for the webhook HTTP module
  • Reuses TCP connections across webhook deliveries instead of tearing them down after each request, reducing connection overhead at scale

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1664db38b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/modules/webhook/webhook.module.ts Outdated
Comment thread src/modules/webhook/webhook.module.ts Outdated
Reuse TCP connections across webhook deliveries instead of tearing
them down after each request, reducing connection overhead.
@Uxio0 Uxio0 force-pushed the feat/http-keep-alive-agents branch from d1664db to f6f0046 Compare March 31, 2026 10:20
@Uxio0 Uxio0 merged commit 4b6f240 into main Mar 31, 2026
6 checks passed
@Uxio0 Uxio0 deleted the feat/http-keep-alive-agents branch March 31, 2026 10:20
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants