diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-05-27 10:59:19 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-06-15 16:21:11 +0100 |
commit | 395795ee7f16741a43abfbe5210b45d5ce201e14 (patch) | |
tree | a06c67a1051deac7e3d25b3405313db54a971ba3 /cps-application | |
parent | 708d2b566a8b8cdf48e1dfe337369c946cec0e02 (diff) |
Retry CM-Handles that are LOCKED, Failed-to-Sync
Watchdog added to fetched locked cm handles by Lock reason
and operation sync state
Tests updated
Issue-ID: CPS-878
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I0ecc519e93b097ec3d309db7f686fb23a0fc59b2
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 3f005c9f78..2b4dc4b7c7 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -1,6 +1,6 @@ # ============LICENSE_START=======================================================
# Copyright (C) 2021 Pantheon.tech
-# Modifications Copyright (C) 2021 Bell Canada
+# Modifications Copyright (C) 2021-2022 Bell Canada
# Modifications Copyright (C) 2021-2022 Nordix Foundation
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -157,4 +157,7 @@ dmi: timers:
advised-modules-sync:
- sleep-time-ms: 30000
\ No newline at end of file + sleep-time-ms: 30000
+
+ locked-modules-sync:
+ sleep-time-ms: 300000
\ No newline at end of file |