fix: add stuck task recovery with orphan detection and retry #346
No reviewers
Labels
No labels
auto-merged
ci
failed
component
api
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
review
approved
review
commented
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
chore
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem!346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/340-stuck-tasks"
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?
Summary
checkTimeouts()now detects orphaned tasks (assigned to workers no longer connected) in addition to timed-out taskstimeoutRoot causes addressed:
processingforever (no orphan detection)timeoutbut never retriedCloses #340
AI Code Review (Devstral)
The changes look good and address the issue of stuck tasks by implementing orphan detection and retry logic. The test fixes are also appropriate.
Automated review by pr-reviewer