diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-07-20 15:49:57 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-07-26 14:55:31 +0100 |
commit | d5c645873589e0b56a6ad0edd5bd0d480896f765 (patch) | |
tree | 928119de9a51ed93651bc2a8fd5876b82d65c454 /runtime-controlloop/src/main/resources | |
parent | 395f61064ab29a9506a18bae505ebf1da3315e94 (diff) |
Add Retry and Timeout handling
Implementaton of Supervision, Retry and Timeout handling
on all Participant messages
Issue-ID: POLICY-3455
Change-Id: Idfd53ea0b8f5bb1272703256b983a6cbeeb4fdf4
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/main/resources')
-rw-r--r-- | runtime-controlloop/src/main/resources/application.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime-controlloop/src/main/resources/application.yaml b/runtime-controlloop/src/main/resources/application.yaml index 01466abf6..1d36b6724 100644 --- a/runtime-controlloop/src/main/resources/application.yaml +++ b/runtime-controlloop/src/main/resources/application.yaml @@ -27,9 +27,6 @@ runtime: updateParameters: maxRetryCount: 1 maxWaitMs: 30000 - stateChangeParameters: - maxRetryCount: 1 - maxWaitMs: 30000 databaseProviderParameters: name: PolicyProviderParameterGroup implementation: org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl |