-
Type:
Suggestion
-
Resolution: Low Engagement
-
Component/s: Pipelines - Run Failures
-
1
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.