[PR #731] fix: configure Presidio analyzer workers #730

Open
opened 2026-06-05 19:17:33 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/731
Author: @open-swe[bot]
Created: 5/21/2026
Status: 🔄 Open

Base: mainHead: open-swe/presidio-workers


📝 Commits (1)

  • 56eef69 fix: configure Presidio analyzer workers

📊 Changes

3 files changed (+5 additions, -1 deletions)

View changed files

📝 charts/langsmith/README.md (+1 -0)
📝 charts/langsmith/templates/presidio-analyzer/deployment.yaml (+2 -1)
📝 charts/langsmith/values.yaml (+2 -0)

📄 Description

Description

Sets the Presidio analyzer chart to pass WORKERS=2 to the upstream Gunicorn entrypoint, making in-pod concurrency explicit while leaving the value configurable.

Release Note

Presidio analyzer deployments now default to two Gunicorn workers.

Test Plan

  • Rendered the LangSmith chart with Presidio enabled and confirmed WORKERS=2.

Opened collaboratively by Ramon Petgrave and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/731 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `open-swe/presidio-workers` --- ### 📝 Commits (1) - [`56eef69`](https://github.com/langchain-ai/helm/commit/56eef6969c188502348d6ebe169800716b4ed118) fix: configure Presidio analyzer workers ### 📊 Changes **3 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/README.md` (+1 -0) 📝 `charts/langsmith/templates/presidio-analyzer/deployment.yaml` (+2 -1) 📝 `charts/langsmith/values.yaml` (+2 -0) </details> ### 📄 Description ## Description Sets the Presidio analyzer chart to pass WORKERS=2 to the upstream Gunicorn entrypoint, making in-pod concurrency explicit while leaving the value configurable. ## Release Note Presidio analyzer deployments now default to two Gunicorn workers. ## Test Plan - [ ] Rendered the LangSmith chart with Presidio enabled and confirmed WORKERS=2. _Opened collaboratively by Ramon Petgrave and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:17:33 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#730