Queue daemon: implement timeout handling for long-running tasks #166
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
The queue daemon spawns tasks via cmd_start/cmd_continue but never kills them if they run too long. Tasks can run indefinitely if:
Current Behavior
Expected Fix
Severity
Low - enhancement, tasks eventually complete or are manually cleaned up
@han Updated! Changed echo to log_warn/log_error for the timeout messages. Good catch on using kugetsu-log for unified formatting.