Skip to content

Commit f410169

Browse files
fix(procmgr): refresh Agent SCM env cache on config reload
Reread datadogagent service Environment registry before gate reconciliation so DD_* overrides stay in sync when the Agent restarts without restarting dd-procmgr.
1 parent b8dae4c commit f410169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/procmgr/rust/src/manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ impl ProcessManager {
325325
crate::config_gate::clear_secret_caches();
326326
#[cfg(windows)]
327327
platform::refresh_core_agent_scm_environment();
328+
328329
let new_configs = self.config_loader.load();
329330

330331
let removed = self

0 commit comments

Comments
 (0)