We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa58c5 commit fb667f5Copy full SHA for fb667f5
src/main/resources/application.properties
@@ -45,4 +45,11 @@ spring.data.mongodb.port = 27017
45
#=======================
46
# SPARQL endpoint
47
48
-sparql.endpoint = http://localhost:3030/cwlviewer/
+sparql.endpoint = http://localhost:3030/cwlviewer/
49
+
50
51
+#=======================
52
+# Scheduler settings
53
54
+cron.deleteOldQueuedWorkflows = */10 * * * * ?
55
+queuedWorkflowAgeLimitHours = 24
0 commit comments