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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
]
];
}