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

fix(cd-service): sync all_app_locks with app_locks #2153

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

AminSlk
Copy link
Contributor

@AminSlk AminSlk commented Dec 2, 2024

Ref: SRX-0F9ZN3

  • Previously when we undeployed an application we deleted the app_locks but didn't delete the all_app_locks.
  • Since all_app_locks may not be in sync with app_locks we should have a migration that syncs them with each other.
  • Previously, when the overview_cache was empty at startup we had to wait for the rollout-service to trigger its recalculation, which would take about 15 minutes. Now, we trigger it at the startup of the cd-service.

@AminSlk AminSlk requested a review from a team as a code owner December 2, 2024 10:45
@AminSlk AminSlk merged commit 3dd3116 into main Dec 2, 2024
17 checks passed
@AminSlk AminSlk deleted the am/fix-app-locks-undeploy-application branch December 2, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants