Start DynamicConfigurationManager directly after construction

This commit is contained in:
Chris Eager 2024-02-13 12:22:53 -06:00 committed by Chris Eager
parent 699b0c775a
commit 86787f3bc8
1 changed files with 1 additions and 2 deletions

View File

@ -317,6 +317,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
config.getAppConfig().getEnvironment(),
config.getAppConfig().getConfigurationName(),
DynamicConfiguration.class);
dynamicConfigurationManager.start();
MetricsUtil.configureRegistries(config, environment, dynamicConfigurationManager);
@ -528,8 +529,6 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
ExternalServiceCredentialsGenerator svr3CredentialsGenerator = SecureValueRecovery3Controller.credentialsGenerator(
config.getSvr3Configuration());
dynamicConfigurationManager.start();
ExperimentEnrollmentManager experimentEnrollmentManager = new ExperimentEnrollmentManager(
dynamicConfigurationManager);
RegistrationRecoveryPasswordsManager registrationRecoveryPasswordsManager = new RegistrationRecoveryPasswordsManager(