We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7714a8 commit 84ecf1dCopy full SHA for 84ecf1d
1 file changed
src/seclab_taskflow_agent/runner.py
@@ -63,7 +63,7 @@
63
# Watchdog: a non-asyncio thread that force-kills the process if the event
64
# loop stops making progress. Covers every hang variant (dead connections,
65
# asyncio cleanup spin, MCP cleanup, etc.) because it runs outside asyncio.
66
-WATCHDOG_IDLE_TIMEOUT = int(os.environ.get("WATCHDOG_IDLE_TIMEOUT", "1800")) # 30 min default
+WATCHDOG_IDLE_TIMEOUT = int(os.environ.get("WATCHDOG_IDLE_TIMEOUT", "2100")) # 35 min default
67
68
_watchdog_last_activity = time.monotonic()
69
_watchdog_lock = threading.Lock()
0 commit comments