From 40a8211b8f8f4b244b43620776a71371bc5371d6 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 20 Jun 2022 15:57:24 +0100 Subject: Data Sync Watchdog Process - Get all the Cm Handles state in READY and Operational datastores sync state in UNSYNCHRONIZED - Get a random Cm Handle - Get the first resource data from the node - Save the data in Cps Db - Update the Operational datastores sync state to SYNCHRONIZED Issue-ID: CPS-1052 Issue-ID: CPS-1053 Issue-ID: CPS-1054 Change-Id: I9a20391ef30e6d56c4d789a92b8bf42cd3756c62 Signed-off-by: Lathish Signed-off-by: sourabh_sourabh --- cps-application/src/main/resources/application.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cps-application/src/main/resources/application.yml') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 2b4dc4b7c..802a18b84 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -158,6 +158,7 @@ dmi: timers: advised-modules-sync: sleep-time-ms: 30000 - locked-modules-sync: - sleep-time-ms: 300000 \ No newline at end of file + sleep-time-ms: 300000 + cm-handle-data-sync: + sleep-time-ms: 30000 -- cgit 1.2.3-korg