summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-03-15 10:13:55 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-15 10:13:55 +0000
commitbf75ff4d43dc9eb459deaf61920de22cf5c6f1ea (patch)
tree1a6c778dd434fe2781031d4ff45bfa56af405090 /docs
parentd3e072ae96603d9ea73b4b8387b4b48827642c98 (diff)
parent6b0e6b3a95ceb566059351a9635e35e0c265ad1c (diff)
Merge "[Bug] Removing inner TaskExecutor to call DMI"
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.rst4
-rw-r--r--docs/release-notes.rst1
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index c1ee1eb2e..de276ce28 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -255,6 +255,10 @@ Any spring supported property can be configured by providing in ``config.additio
| notification.async.executor. | | |
| thread-name-prefix | | |
+-------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
+| config.additional. | Maximum time allowed by the thread pool executor for execution of one of the threads in milliseconds. | ``60000`` |
+| notification.async.executor. | | |
+| time-out-value-in-ms | | |
++-------------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
| config.additional. | Specifies number of database connections between database and application. | ``10`` |
| spring.datasource.hikari. | This property controls the maximum size that the pool is allowed to reach, | |
| maximumPoolSize | including both idle and in-use connections. | |
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index e79a188ef..2202d1139 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -39,6 +39,7 @@ Release Data
Bug Fixes
---------
3.4.7
+ - `CPS-2150 <https://jira.onap.org/browse/CPS-2150>`_ Fix for Async task execution failed by TimeoutException.
Features
--------