From 4fd883129d1c0fa6da1854d9a1136d501138291f Mon Sep 17 00:00:00 2001 From: xg353y Date: Wed, 11 Apr 2018 15:55:45 +0200 Subject: Fix potential issue while install CSAR Add random waiting timer for treat notification, so that no 2 threads will treate the notif at the same time; Add the retry mechanism for the DCAE Inventory api call. Change-Id: I9bd8a58001d638c589309a9d65e4df6a2e437209 Signed-off-by: xg353y Issue-ID: CLAMP-151 --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5f6a0d65..646c5770 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -191,6 +191,8 @@ clamp.config.clds.service.cache.invalidate.after.seconds=120 #DCAE Inventory Url Properties clamp.config.dcae.inventory.url=http://dcae.api.simpledemo.onap.org:8080 +clamp.config.dcae.intentory.retry.interval=10000 +clamp.config.dcae.intentory.retry.limit=3 #DCAE Dispatcher Url Properties clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8080 -- cgit 1.2.3-korg