numaproj / numaplane

Control Plane for Numaproj
Apache License 2.0
8 stars 4 forks source link

feat: Allow failed pipelines not to be paused #231

Closed juliev0 closed 2 weeks ago

juliev0 commented 3 weeks ago

Fixes #230

Modifications

  1. PipelineRollout will update the Pipeline spec if the Pipeline is either Paused or Failed
  2. ISBServiceRollout and NumaflowControllerRollout will update their child spec if Pipelines are either Paused or Failed

Verification