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

Remove the check for frontend image before cache bust #152

Closed
wants to merge 1 commit into from

Conversation

adamrdrew
Copy link
Collaborator

This patch removes the check in the cache bust code that ensures cache bust only runs if the image tag has changed. This condition was added to try to limit the amount of times we cache bust. However, there is a corner case where an image may be rebuilt with the same tag, the app redeployed as part of a larger redeploy in app-interface, the app lands on a new node so image pull occurs, the image has different assets but the same tag so it isn't re-busted. This has happened single digit times in history, but it can result in outages when it does.

@adamrdrew
Copy link
Collaborator Author

/retest

@adamrdrew adamrdrew closed this Jan 3, 2024
@adamrdrew
Copy link
Collaborator Author

Discussed this with the team and we decided to achieve the same results with other approaches

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.

1 participant