mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Remove cleanup-stale-executions from Interval task (#11224)
This commit is contained in:
parent
a967ee9b1b
commit
f648d82c8c
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