-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retries to some templating related failures
In particular, after the replicated policy controller was created, multiple replicated policies for the same cluster can now be processed at the same time. This led to race conditions of each goroutine trying to create the policy encryption key for the first time. This adds more retries to make hub templates more resilient. Relates: https://issues.redhat.com/browse/ACM-8744 Signed-off-by: mprahl <[email protected]> (cherry picked from commit 49da24d)
- Loading branch information
1 parent
75cdd2c
commit f9be507
Showing
3 changed files
with
31 additions
and
8 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