Skip to content

feat(http-add-on): increase connection pool defaults for higher throughput#820

Merged
JorTurFer merged 1 commit intokedacore:mainfrom
Fedosin:connection-pool-size-defaults
Feb 19, 2026
Merged

feat(http-add-on): increase connection pool defaults for higher throughput#820
JorTurFer merged 1 commit intokedacore:mainfrom
Fedosin:connection-pool-size-defaults

Conversation

@Fedosin
Copy link
Contributor

@Fedosin Fedosin commented Feb 19, 2026

Increase maxIdleConns from 100 to 1000 and add maxIdleConnsPerHost option with default of 200. These changes align with upstream PR which identified the previous defaults as a bottleneck under load.

Checklist

  • I have verified that my change is according to the deprecations & breaking changes policy
  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • README is updated with new configuration values (if applicable) learn more
  • A PR is opened to update KEDA core (repo) (if applicable, ie. when deployment manifests are modified)

Fixes #

…ghput

Increase maxIdleConns from 100 to 1000 and add maxIdleConnsPerHost
option with default of 200. These changes align with upstream PR [1]
which identified the previous defaults as a bottleneck under load.

[1] kedacore/http-add-on#1469

Signed-off-by: Mikhail Fedosin <mfedosin@redhat.com>
@Fedosin Fedosin requested a review from a team as a code owner February 19, 2026 09:18
@JorTurFer JorTurFer merged commit 6ca4549 into kedacore:main Feb 19, 2026
7 checks passed
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.

2 participants