From c4485f7218fb9b2b4b7c113294ae2902979f5b5e Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 31 Aug 2023 11:45:47 +0100 Subject: Dmi plugin watchdog cheking aliveness - Add capability of GET request into DmiRestClient - Add watchdog job to check aliveness of dmi plugins - DmiPluginStatus enum as UP or DOWN - Add unit tests for the new function in dmi rest client - Add unit tests for dmi watchdog Issue-ID: CPS-1856 Change-Id: Ic38a96f0485a0bfe1b6af5bb2f57f6119d8fa563 Signed-off-by: halil.cakal --- cps-application/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cps-application/src') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 6aefda9c3..58748271c 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -191,6 +191,8 @@ ncmp: dmi-response-timeout-ms: 30000 model-loader: retry-time-ms: 1000 + trust-level: + dmi-availability-watchdog-ms: 30000 modules-sync-watchdog: async-executor: -- cgit 1.2.3-korg