Skip to content

Commit fb667f5

Browse files
committed
Add cron job values to application.properties file
1 parent 5aa58c5 commit fb667f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main/resources/application.properties

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,11 @@ spring.data.mongodb.port = 27017
4545
#=======================
4646
# SPARQL endpoint
4747
#=======================
48-
sparql.endpoint = http://localhost:3030/cwlviewer/
48+
sparql.endpoint = http://localhost:3030/cwlviewer/
49+
50+
51+
#=======================
52+
# Scheduler settings
53+
#=======================
54+
cron.deleteOldQueuedWorkflows = */10 * * * * ?
55+
queuedWorkflowAgeLimitHours = 24

0 commit comments

Comments
 (0)