-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not consider the overview cache multiple times in a releasetr…
…ain (#1980) This is a performance improvement that solves 2 issues with the overview cache: 1) It reduces the amount of times we write the overview in a release train from `n=number of apps` to `1 per env`. The 1 write contains multiple changed apps. 2) When creating a new app or when undeploying, it does not force a recalculation of the whole overview, but instead only updates the app. Further cases that also force a complete recalculation of the overview cache (like creating a new environment) are not handled in this PR. Note that some functions like `CalculateWarnings` had to be moved to another module but were not changed. Ref: SRX-4WQBET
- Loading branch information
1 parent
b2ed1c0
commit f83175a
Showing
14 changed files
with
976 additions
and
591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.