devtron icon indicating copy to clipboard operation
devtron copied to clipboard

Feature: Modify app cloning behavior to skip the unreachable pipeline while cloning application

Open YashasviDevtron opened this issue 5 months ago • 0 comments

🔖 Feature description

We should modifying the app cloning behavior so that if one workflow encounters an error during the cloning process, the remaining workflows should still be cloned. Additionally, we could improved error handling to provide clearer feedback.

🎤 Pitch / Usecases

While cloning an existing application, encountered the following error while cloning a specific workflow: Error: Get "https://k8s-api-server/api/v1/namespaces/coreos?timeout=30s": dial tcp: lookup k8s-api-server- on xxxxx: no such host. preventing the successful cloning of the remaining workflows.

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

YashasviDevtron avatar Sep 18 '24 06:09 YashasviDevtron