Skip to content

Commit f38105b

Browse files
committed
Update queued workflow cron job to run every hour
1 parent e991bc7 commit f38105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ sparql.endpoint = http://localhost:3030/cwlviewer/
5151
#=======================
5252
# Scheduler settings
5353
#=======================
54-
cron.deleteOldQueuedWorkflows = */10 * * * * ?
54+
cron.deleteOldQueuedWorkflows = 0 0 * * * ?
5555
queuedWorkflowAgeLimitHours = 24

0 commit comments

Comments
 (0)