Remove cleanup-stale-executions from Interval task (#11224)

This commit is contained in:
Hemachandar
2026-02-03 01:18:34 +05:30
committed by GitHub
parent a967ee9b1b
commit f648d82c8c
-7
View File
@@ -84,13 +84,6 @@ class Interval extends Action
$this->verifyDomain($dbForPlatform, $queueForCertificates);
},
'interval' => $intervalDomainVerification * 1000,
],
[
'name' => 'cleanupStaleExecutions',
'callback' => function (Database $dbForPlatform, callable $getProjectDB, Certificate $queueForCertificates) {
$this->cleanupStaleExecutions($dbForPlatform, $getProjectDB);
},
'interval' => $intervalCleanupStaleExecutions * 1000,
]
];
}