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

Override getContext operation for faster deployments #420

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Override getContext operation for faster deployments #420

merged 1 commit into from
Mar 31, 2020

Conversation

seb4stien
Copy link

On large deployments (> 200 releases) the buildState function can be quite long due to a lot of calls to getReleaseContext.

This workaround drastically reduces the buildState time by allowing to bypass the getReleaseContext by assigning a user provided context to every releases.

This is a workaround that can only be used in some specific situations where we know that there would not be any conflicts between contexts.

Copy link
Collaborator

@luisdavim luisdavim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luisdavim luisdavim merged commit 5811b11 into Praqma:master Mar 31, 2020
mkubaczyk pushed a commit that referenced this pull request Aug 18, 2023
Override getContext operation for faster deployments
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