mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch '1.8.x' into ser-1092
This commit is contained in:
@@ -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,
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user