dosubot[bot] commented on issue #8596: URL: https://github.com/apache/incubator-devlake/issues/8596#issuecomment-3350334390
<!-- Greeting --> Hi @ParthibanPRP! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the incubator-devlake team. <!-- Answer --> This issue with the Stop button not working for long-running pipelines is known in the community and is often linked to backend unresponsiveness, resource constraints, or plugin bugs. The Stop action in the UI sends a DELETE request to the backend to terminate the pipeline, but if the backend is frozen or the running task doesn't check for cancellation, the stop won't take effect. Users have reported similar problems when pipelines run for hours or days, especially with large data sources or limited memory environments. Workarounds that have helped others include increasing container memory (e.g., from 4GB to 6GB), isolating problematic repositories, enabling shallow cloning, and upgrading to newer beta versions (like v1.0.3-beta6) if plugin bugs are suspected. If the backend becomes unresponsive, sometimes only restarting the container or pod will abort the pipeline. Collecting backend logs and noting which data source or plugin is running when the stop fails can help diagnose the root cause. More details and community experiences are discussed in [related issues and discussions](https://github.com/apache/incubator-devlake/issues/8480), [here](https://github.com/apache/incubator-devlake/issues/8379), and [here](https://github.com/apache/incubator-devlake/discussions/8576). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/58fdeaa6-416d-42a1-8b13-336a9e51504b?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8596) -- 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]
