From 791af2fb0f717a2b58d55a7d16d6fb33060b7205 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 31 Aug 2022 11:58:09 +0100 Subject: Performance Improvement: Watchdog Parallel execution with configuration - Introduced AsyncSyncExecutor to get task and execute it with configured number of parallel threads. - Number of parallel thread can be configured from application.yml. - AsyncTaskExecutorSpec is added - Fixed existing grovvy test now async task would be submitted. Issue-ID: CPS-1200 Change-Id: I58c0368b945c90e619c2acfc7458ba58de047484 Signed-off-by: ToineSiebelink Signed-off-by: sourabh_sourabh --- cps-ncmp-service/src/test/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cps-ncmp-service/src/test/resources/application.yml') diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index c23926e4eb..03d70c26c6 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -23,3 +23,6 @@ dmi: api: base-path: dmi +modules-sync-watchdog: + async-executor: + parallelism-level: 3 \ No newline at end of file -- cgit 1.2.3-korg