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 d7d3312 commit 3fbb45eCopy full SHA for 3fbb45e
src/main/java/org/commonwl/view/Scheduler.java
@@ -32,7 +32,7 @@ public Scheduler(QueuedWorkflowRepository queuedWorkflowRepository) {
32
33
/**
34
* A Scheduled function to delete old queued workflow entries
35
- * from the queue. Age is determined by DELETE_INTERVAL_HOUR
+ * from the queue. Age is determined by QUEUED_WORKFLOW_AGE_LIMIT_HOURS
36
*/
37
@Scheduled(cron = "${cron.deleteOldQueuedWorkflows}")
38
public void removeOldQueuedWorkflowEntries() {
0 commit comments