You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a pipeline is triggered, it might take time to complete the deployment process given if another deployment is still in progress. This confuses the user with the application status. To update the timeline for pipeline status for clearer understanding.
Checklist:
I've searched in the docs and FAQ for my answer
I've included steps to reproduce the bug.
Describe the bug
When deploying with argo cd, 2 threads run for git commit revisions and kubectl apply each. If two deployments are triggered with very little time in between then the user understands that the older trigger of the two will be cancelled but argo does not starts applying new deployment on kubernetes until the older one is done.
Changes done
Created timeline for pipeline status. Updated app status if new deployment is not initiated and older deployment is running.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Paste any relevant application logs here.
AB#2
The text was updated successfully, but these errors were encountered:
When a pipeline is triggered, it might take time to complete the deployment process given if another deployment is still in progress. This confuses the user with the application status. To update the timeline for pipeline status for clearer understanding.
Checklist:
Describe the bug
When deploying with argo cd, 2 threads run for git commit revisions and kubectl apply each. If two deployments are triggered with very little time in between then the user understands that the older trigger of the two will be cancelled but argo does not starts applying new deployment on kubernetes until the older one is done.
Changes done
Created timeline for pipeline status. Updated app status if new deployment is not initiated and older deployment is running.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
AB#2
The text was updated successfully, but these errors were encountered: