feat(timeout): add agent timeout handling #141
Reference in New Issue
Block a user
Delete Branch "feat/agent-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implements #137 - Agent timeout handling.
Changes
Configuration
Queue Item Enhancement
Queue items now track additional fields:
Timeout Behavior
notified, the daemon records the PID and session IDcheck_task_timeouts()runsnotified_atis older thanTASK_TIMEOUT_HOURS:errorstate: "timeout"Integration
check_task_timeouts()is called in the queue daemon loopRelated Issues
Closes #137
lgtm