• Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      when we manually stop the pipeline from UI or through API, the step processes will be killed forcefully eg: something like kill -9

      Instead of forcefully killing the processes, the pipeline can be gracefully stopped using the SIGTERM signal.

            [BCLOUD-22203] Graceful shutdown of a pipeline

            This is extremely important for programs like Terraform which persist state after they complete their tasks. As is, Terraform has no ability to clean up after the job is stopped, resulting in state being out of sync with reality.

            Brian Shacklett added a comment - This is extremely important for programs like Terraform which persist state after they complete their tasks. As is, Terraform has no ability to clean up after the job is stopped, resulting in state being out of sync with reality.

              Unassigned Unassigned
              f2cc5e9850cf Suhas Sundararaju
              Votes:
              13 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: