Skip to content

Commit d7d3312

Browse files
committed
Add comments to cron propeties in application.properties file
1 parent f38105b commit d7d3312

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/application.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,11 @@ sparql.endpoint = http://localhost:3030/cwlviewer/
5151
#=======================
5252
# Scheduler settings
5353
#=======================
54+
55+
# Cron expression that specifies the interval for running deletes of old queued workflow
56+
# For more info see https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions#usage
57+
# The expression below implies every hour at the 0th second and 0th minute i.e (01:00:00, 02:00::00,... etc)
5458
cron.deleteOldQueuedWorkflows = 0 0 * * * ?
59+
60+
# Age limit for queued workflows in hours.
5561
queuedWorkflowAgeLimitHours = 24

0 commit comments

Comments
 (0)