diff options
Diffstat (limited to 'src/main/resources/etc/appprops/datatoolscrons.properties')
-rw-r--r-- | src/main/resources/etc/appprops/datatoolscrons.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/etc/appprops/datatoolscrons.properties b/src/main/resources/etc/appprops/datatoolscrons.properties new file mode 100644 index 0000000..74b3c9e --- /dev/null +++ b/src/main/resources/etc/appprops/datatoolscrons.properties @@ -0,0 +1,12 @@ +#Cron expressions +#please note these must be in Quartz cron syntax +#column key: seconds minutes hours dayOfMonth month dayOfWeek +#note: dayOfWeek is optional, the rest are mandatory +#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.cron=0 06 0 * * ? +datasnapshotcleanup.cron=0 17 0 * * ? +datasnapshottasks.cron=0 45 * * * ? +datagroomingtasks.cron=0 10 1,5,9,13,17,21 * * ? +dataexporttask.cron=0 02 3 * * ?
\ No newline at end of file |