aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties1
-rw-r--r--src/main/resources/etc/appprops/datatoolscrons.properties7
2 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index ba35da5..0fda84d 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -99,6 +99,7 @@ management.endpoints.enabled-by-default=true
#To Enable Actuator Endpoint, you can override this in OOM Charts
management.endpoints.web.exposure.include=info, health, loggers, prometheus
management.metrics.web.server.auto-time-requests=false
+management.info.env.enabled=true
# If true, the actuator health check will be overriden
# to use the AaiGraphChecker check instead
diff --git a/src/main/resources/etc/appprops/datatoolscrons.properties b/src/main/resources/etc/appprops/datatoolscrons.properties
index e37931f..bbad8d5 100644
--- a/src/main/resources/etc/appprops/datatoolscrons.properties
+++ b/src/main/resources/etc/appprops/datatoolscrons.properties
@@ -5,7 +5,12 @@
#for more information refer to http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html
#this site can generate new expressions for you: http://www.cronmaker.com/
#BUT you must omit the last (seventh) column when you copy its output (spring expects exactly 6 fields and doesn't allow the seventh optional one)
+datagroomingcleanup.enabled=${DATA_GROOMING_CLEANUP_ENABLED:true}
datagroomingcleanup.cron=0 06 0 * * ?
+datagroomingtasks.enabled=${DATA_GROOMING_TASKS_ENABLED:true}
+datagroomingtasks.cron=0 10 1,5,9,13,17,21 * * ?
+
+datasnapshotcleanup.enabled=${DATA_SNAPSHOT_CLEANUP_ENABLED:true}
datasnapshotcleanup.cron=0 17 0 * * ?
+datasnapshottasks.enabled=${DATA_SNAPSHOT_TASKS_ENABLED:true}
datasnapshottasks.cron=0 45 * * * ?
-datagroomingtasks.cron=0 10 1,5,9,13,17,21 * * ? \ No newline at end of file