summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-resources/resources/config
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2022-10-03 14:06:15 +0000
committerGerrit Code Review <gerrit@onap.org>2022-10-03 14:06:15 +0000
commitc6ed08d65af139659dc2ce2ea757703223659ff1 (patch)
treecbee0b04a1be7b9919a81441113271eb10f49aa6 /kubernetes/aai/components/aai-resources/resources/config
parente73bacebfbf78f26f450f0b52266eb93d35bf1b0 (diff)
parentc8845ef1b7c3d78e756240d3f8c95470ece7529d (diff)
Merge "[AAI] OOM AAI resources healthcheck based on Cassandra DB Healthcheck"
Diffstat (limited to 'kubernetes/aai/components/aai-resources/resources/config')
-rw-r--r--kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties b/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties
index 2e6fd25c2b..a569b5366b 100644
--- a/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties
+++ b/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties
@@ -97,3 +97,16 @@ aai.bulkconsumer.payloadlimit={{ .Values.config.bulk.limit }}
#uncomment and use header X-OverrideLimit with the value to override the bulk api limit
aai.bulkconsumer.payloadoverride={{ .Values.config.bulk.override }}
+
+#
+# AAI Graph DB checker task
+#
+
+# Indicator to enable or disable scheduled task (true/false)
+aai.graph.checker.task.enabled=true
+
+# Delay, in seconds, before the scheduled task is started, if enabled
+aai.graph.checker.task.delay=5
+
+# Period, in seconds, between two consecutive executions of the scheduled task, if enabled
+aai.graph.checker.task.period=10 \ No newline at end of file