> Show issues stuck in_progress with execution_state where the executor is dead or stopped.
Detects orphaned tasks stuck in_progress when executors crash or stop. Use to identify work needing manual recovery in parallel execution systems.
/plugin marketplace add shaneholloman/beads/plugin install beads@beads-marketplaceShow issues stuck in_progress with execution_state where the executor is dead or stopped.
Helps identify orphaned work that needs manual recovery.
An issue is stale if:
Default threshold: 300 seconds (5 minutes)
beads stalebeads stale --threshold 600 (10 minutes)beads stale --release (automatically release all stale issues)Useful for parallel execution systems where workers may crash or get stopped.