Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Devtron Apps with asynchronous Helm installation/upgrade #4264

Closed
2 tasks done
Ash-exp opened this issue Nov 21, 2023 · 0 comments · Fixed by #4045 or devtron-labs/dashboard#1380
Closed
2 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@Ash-exp
Copy link
Contributor

Ash-exp commented Nov 21, 2023

🔖 Feature description

Currently in Devtron Apps with Helm installation, we are performing the Install/Upgrade in synchronous mode. With this flow, in some cases the API context expires as the Install/ Upgrade may take too long. The common cases for this behavior are :

  1. The deployment charts have per or post hooks/ jobs/ heavy resources to build
  2. The cluster connection in kubelink takes longer due to the difference in region.

🎤 Pitch

In my use case I have a custom deployment chart with pre and post hook configured. Devtron apps configured with this custom chart, throws API timeout on trigger deployment but the release gets deployed in the background. Ideally this custom chart takes 3-4 mins to gets deployed successfully.

✌️ Solution

This above mentioned issue can be tackled if we have a feature to install devtron app in asynchronous mode.

🔄️ Alternative

No response

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

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

AB#6876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants