Merge branch '1.8.x' into ser-1092

This commit is contained in:
Hemachandar
2026-02-03 02:07:55 +05:30
committed by GitHub
-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,
]
];
}