Skip to content

Commit fd6de8d

Browse files
chore(asm): add known issue for RCM Gevent workers [backport 1.8] (#5094)
Backport 6eebf5e from #5092 to 1.8. ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines) are followed. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). - [x] Author is aware of the performance implications of this PR as reported in the benchmarks PR comment. ## Reviewer Checklist - [x] Title is accurate. - [x] No unnecessary changes are introduced. - [x] Description motivates each change. - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Testing strategy adequately addresses listed risk(s). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] Release note makes sense to a user of the library. - [x] Reviewer is aware of, and discussed the performance implications of this PR as reported in the benchmarks PR comment. Co-authored-by: Zachary Groves <[email protected]>
1 parent 2fb4587 commit fd6de8d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
issues:
3+
- |
4+
remote config: There is a known issue with remote configuration management (RCM) when paired with gevent
5+
which can cause child processes to deadlock.
6+
If you are experiencing issues, we recommend disabling RCM with ``DD_REMOTE_CONFIGURATION_ENABLED=false``.
7+
Note, this will disable one click activation for ASM.

0 commit comments

Comments
 (0)