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

MM-3939 feat: isolate skipVersionCheck param #92

Merged
merged 1 commit into from
Nov 12, 2024
Merged

MM-3939 feat: isolate skipVersionCheck param #92

merged 1 commit into from
Nov 12, 2024

Conversation

tczhao
Copy link
Member

@tczhao tczhao commented Nov 12, 2024

skipVersionCheck used to be bundled with bypassSafetyCheck.
we use bypassSafetyCheck: false on prod tenants to prevent installing package while there's workflow running.

Aim: We want to make skipVersionCheck a standalone configurable parameter,
so that we can disable bypassSafetyCheck (if there's running workflow and last update < 24hr) while retain skipVersionCheck.

This configuration allows local-install.js to install package every 30min (atlan-update schedule) when template-caching is enabled.

https://atlanhq.atlassian.net/browse/MM-3939

@tczhao tczhao merged commit abe676c into master Nov 12, 2024
9 checks passed
@tczhao tczhao mentioned this pull request Nov 12, 2024
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