Skip to content

fix: clear stale pipeline error statuses when loading new pipelines#458

Merged
leszko merged 1 commit intomainfrom
rafal/recover-after-failure
Feb 13, 2026
Merged

fix: clear stale pipeline error statuses when loading new pipelines#458
leszko merged 1 commit intomainfrom
rafal/recover-after-failure

Conversation

@leszko
Copy link
Copy Markdown
Collaborator

@leszko leszko commented Feb 13, 2026

Summary

  • After a pipeline fails to load, its ERROR status persists in _pipeline_statuses. When loading a different pipeline next, get_status_info() still sees the stale ERROR and reports overall status as ERROR — preventing the new pipeline from ever starting.
  • Fix: clear statuses for pipelines not in the new load list at the start of _load_pipelines_sync.

🤖 Generated with Claude Code

@leszko leszko force-pushed the rafal/recover-after-failure branch from 78def53 to 66dc1e2 Compare February 13, 2026 13:12
@leszko leszko merged commit 1618ca9 into main Feb 13, 2026
6 checks passed
@yondonfu yondonfu deleted the rafal/recover-after-failure branch February 13, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant