diff --git a/src/Appwrite/Platform/Tasks/Interval.php b/src/Appwrite/Platform/Tasks/Interval.php index b83cbb8185..6d431705ab 100644 --- a/src/Appwrite/Platform/Tasks/Interval.php +++ b/src/Appwrite/Platform/Tasks/Interval.php @@ -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, ] ]; }