>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #186
Update issue details
Title *
Description
TimeoutService enters infinite tight loop when race condition detected in _fail_single_run(). The while True drain loop in _find_stuck_runs() keeps returning the same run_id because the run stays in running state after race condition. Caused 132,541 retries in seconds and system crash. Fix: track seen_run_ids, add MAX_STUCK_RUNS_PER_CYCLE limit, add backoff on errors.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel