Skip to content

Fix haproxy-nbthread ghe-config key in release notes#43533

Closed
djdefi wants to merge 1 commit intogithub:mainfrom
djdefi:djdefi/fix-haproxy-nbthread-config-key
Closed

Fix haproxy-nbthread ghe-config key in release notes#43533
djdefi wants to merge 1 commit intogithub:mainfrom
djdefi:djdefi/fix-haproxy-nbthread-config-key

Conversation

@djdefi
Copy link
Member

@djdefi djdefi commented Mar 25, 2026

The HAProxy nbthread release note in 3.16.16, 3.17.13, 3.18.7, and 3.19.4 says ghe-config haproxy-nbthread but the correct command is ghe-config core.haproxy-nbthread (needs the core. prefix).

Without the prefix, admins running the command will get an error or set the wrong config key.

The ghe-config key requires the core. prefix:
ghe-config core.haproxy-nbthread (not ghe-config haproxy-nbthread)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@djdefi djdefi requested a review from a team as a code owner March 25, 2026 23:01
Copilot AI review requested due to automatic review settings March 25, 2026 23:01
@welcome
Copy link

welcome bot commented Mar 25, 2026

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Mar 25, 2026
@github-actions
Copy link
Contributor

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

This pull request contains code changes, so we will not generate a table of review links.

🤖 This comment is automatically generated.

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

Updates GitHub Enterprise Server release notes to correct the ghe-config key used to override HAProxy thread count, preventing admins from running an invalid command.

Changes:

  • Replace ghe-config haproxy-nbthread with ghe-config core.haproxy-nbthread in GHES 3.16.16, 3.17.13, 3.18.7, and 3.19.4 release notes.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
data/release-notes/enterprise-server/3-16/16.yml Corrects HAProxy nbthread ghe-config key in the 3.16.16 release note.
data/release-notes/enterprise-server/3-17/13.yml Corrects HAProxy nbthread ghe-config key in the 3.17.13 release note.
data/release-notes/enterprise-server/3-18/7.yml Corrects HAProxy nbthread ghe-config key in the 3.18.7 release note.
data/release-notes/enterprise-server/3-19/4.yml Corrects HAProxy nbthread ghe-config key in the 3.19.4 release note.

changes:
- |
To improve performance on large instances, HAProxy automatically scales its thread count based on available CPUs and uses higher connection limits for high-traffic backend services including GitHub Actions, database connections, job queues, and package registry. Administrators can override the thread count using `ghe-config haproxy-nbthread` if needed.
To improve performance on large instances, HAProxy automatically scales its thread count based on available CPUs and uses higher connection limits for high-traffic backend services including GitHub Actions, database connections, job queues, and package registry. Administrators can override the thread count using `ghe-config core.haproxy-nbthread` if needed.
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This fixes the command for these four patch versions, but the repo still contains the old (likely incorrect) ghe-config haproxy-nbthread text in several other Enterprise Server release notes (for example: data/release-notes/enterprise-server/3-19/3.yml, 3-18/6.yml, 3-17/12.yml, 3-16/15.yml, 3-15/20.yml, 3-14/25.yml). If the correct key is consistently core.haproxy-nbthread, consider updating all remaining occurrences so users reading other patch release notes don’t copy an invalid command.

Copilot uses AI. Check for mistakes.
@djdefi
Copy link
Member Author

djdefi commented Mar 25, 2026

Closing — opened in error. Will resubmit through the proper internal channel.

@djdefi djdefi closed this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Do not begin working on this issue until triaged by the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants