Skip to content

Commit

Permalink
fix: Remove pipeline with identic name when not successfuly created.
Browse files Browse the repository at this point in the history
Causes inifinite errors during Opening pipeline because of not removing
the pipeline due to network error.
  • Loading branch information
Matovidlo committed Feb 13, 2025
1 parent 458f1c9 commit 4840779
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func (m *Manager) OpenPipeline(
closeFunc,
)
if err != nil {
m.removePipeline(sliceKey)
return nil, err
}

Expand Down

0 comments on commit 4840779

Please sign in to comment.