From f873221c2420a2a245b0a4f5ef1322c4cd5e90aa Mon Sep 17 00:00:00 2001 From: Annie Black Date: Fri, 22 Nov 2024 13:49:18 -0500 Subject: [PATCH] docs: add agent logs to process cleanup (#8480) --- docs/Project-Configuration/Task-Runtime-Behavior.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Project-Configuration/Task-Runtime-Behavior.md b/docs/Project-Configuration/Task-Runtime-Behavior.md index 0ac2d6df05f..efb63cfe020 100644 --- a/docs/Project-Configuration/Task-Runtime-Behavior.md +++ b/docs/Project-Configuration/Task-Runtime-Behavior.md @@ -133,6 +133,8 @@ If `share_procs` is true, the task group will not clean up processes for the entire duration of the task. It will only clean up those processes once the entire task group is finished. +Check the Agent Logs on a task to see logs about the process cleanup. + ### Task Directory Cleanup The task working directory is removed when a task finishes as part of cleaning