narrowizard opened a new issue, #4377: URL: https://github.com/apache/incubator-devlake/issues/4377
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened I have a pipeline that contains 3 tasks. They are - jira plugin - starrocks plugin - dbt plugin I want to cancel the pipeline while it is running. Using the api `DELETE /pipelines/:id`. The cancel api returns true but the task is still running. ### What do you expect to happen - Should stop the running task when I call the cancel api - Should tell me why if cancel failed ### How to reproduce Has described above. ### Anything else The pipeline can be cancelled when the jira task is running, but cannot when the starrocks task is running. How did I know the task is still running? 1. Devlake still print logs out which the starrocks plugin produce. 2. The pipeline became successful after a while. ### Version v0.15.0 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
