You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup-only recovery does not help when a session wedges during normal runtime. If abort propagation fails or a child tool deadlocks, sessions can remain stuck indefinitely until manual intervention.
A runtime watchdog provides a safety net and keeps sessions progressing or failing fast with actionable errors.
Feature hasn't been suggested before.
Describe the enhancement you want to request
This is a follow-up to #19023 (startup orphaned state recovery).
#19023 addresses cleanup at process startup after restart/crash. This request is specifically for a runtime watchdog while the server stays alive.
Requested runtime enhancements:
runninglonger than a configured threshold.Suggested config keys:
experimental.tool_timeoutexperimental.task_timeoutexperimental.idle_timeoutWhy this matters
Startup-only recovery does not help when a session wedges during normal runtime. If abort propagation fails or a child tool deadlocks, sessions can remain stuck indefinitely until manual intervention.
A runtime watchdog provides a safety net and keeps sessions progressing or failing fast with actionable errors.
Related