github cloudposse/atmos v1.3.2

latest releases: v1.88.1, v1, v1.88.0...
2 years ago

🚀 Enhancements

Update stack processor @aknysh (#68)

what

  • Update stack processor
  • Cache the YAML file contents and Glob matches in memory (sync map)

why

  • Prevent concurrency issues when many gorotines call Glob to find import matches in the same folders
  • Speed it up, especially when working on localhost and reading the YAML config files on the host from a Docker container (don't read the same files and the same glob matches more than once)
  • The total speed up is about 10-20x

Don't miss a new atmos release

NewReleases is sending notifications on new releases.