mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Merge branch '1.8.x' into chore-upgrade-cache
This commit is contained in:
commit
f2cfa4465f
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue