diff options
author | xg353y <xg353y@intl.att.com> | 2018-04-11 15:55:45 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2018-04-12 11:07:29 +0200 |
commit | 4fd883129d1c0fa6da1854d9a1136d501138291f (patch) | |
tree | 16f678e0ad7035592acade9a7b2987177bfde0cb /src/main/resources/application.properties | |
parent | 2616c5dad88f6f66f9c303b301cbc2462e35c4b8 (diff) |
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 <xg353y@intl.att.com>
Issue-ID: CLAMP-151
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5f6a0d659..646c57700 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
|