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

Bug: On Deployment Status update is getting skipped unnecessarily #4268

Closed
2 tasks done
Ash-exp opened this issue Nov 22, 2023 · 0 comments · Fixed by #4267
Closed
2 tasks done

Bug: On Deployment Status update is getting skipped unnecessarily #4268

Ash-exp opened this issue Nov 22, 2023 · 0 comments · Fixed by #4267
Assignees
Labels
bug Something isn't working

Comments

@Ash-exp
Copy link
Contributor

Ash-exp commented Nov 22, 2023

📜 Description

For devtron helm apps deployment status updates are skipped and taking longer than expected for the same reason

👟 Reproduction steps

  1. Deploy a pipeline.
  2. If it's in progressing and the deployment-status-update cron updates the cd_workflow_runner to progressing again
  3. The updated_on time wlill be updated
  4. and we have a logic if updated_on < 2mins, we skip the cron logic.
  5. Due to which the expected update is delayed by 2mins every time.

👍 Expected behavior

Update the logic to handle the test case. And update deployment status in expected time

👎 Actual Behavior

The status update takes more than the expected time.

☸ Kubernetes version

NA

Cloud provider

NA

🌍 Browser

Chrome

🧱 Your Environment

No response

✅ Proposed Solution

No response

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

  • I checked and didn't find any similar issue

🏢 Have you read the Code of Conduct?

AB#6938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants