mirror of
https://github.com/appwrite/appwrite
synced 2026-05-14 20:48:45 +00:00
chore: update maintenance task to only iterate over active projects
This commit is contained in:
parent
b1e11ab854
commit
e8e2bb87f6
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class Maintenance extends Action
|
|||
$dbForPlatform->foreach(
|
||||
'projects',
|
||||
function (Document $project) use ($queueForDeletes, $usageStatsRetentionHourly) {
|
||||
Console::info('Project accessed at ' . $project->getId());
|
||||
$queueForDeletes
|
||||
->setType(DELETE_TYPE_MAINTENANCE)
|
||||
->setProject($project)
|
||||
|
|
|
|||
Loading…
Reference in a new issue