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

[FEATURE] Improve caching times / execution speed #2040

Open
adrianvillanueva997 opened this issue Jan 24, 2025 · 0 comments
Open

[FEATURE] Improve caching times / execution speed #2040

adrianvillanueva997 opened this issue Jan 24, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@adrianvillanueva997
Copy link

Is your feature request related to a problem? Please describe.
For our project, we use Terramate to do changes on Terragrunt stacks based on git changes. Currently we have more than 50 stacks (and increasing) so terramate has been very nice for our team to do plans / applies with easy to access log.
We make use of caching to improve the speed during CI/CD, however, we noticed for each stack it starts and stops the caching server making the whole workflow slower than if we used for example Terragrunt directly.

Describe the solution you'd like
Would it be possible to have an unique cache server instead of turning it on and off all the time for each stack?

Describe alternatives you've considered
For bigger plans (global version updates of our stacks) we use terragrunt with multithread capabilities, the execution speeds between these 2 tools are big, easily terramate can do the plan in 8 minutes and terramate takes 3 times more with the same configuration.

Additional context
Add any other context or screenshots about the feature request here.

@adrianvillanueva997 adrianvillanueva997 added the enhancement New feature or request label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant