1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Move schedule delete TODO

This commit is contained in:
Matej Bačo 2022-11-15 10:15:57 +00:00
parent de8122c02f
commit ff06e4b238
2 changed files with 2 additions and 5 deletions

View file

@ -126,5 +126,7 @@ $cli
notifyDeleteExpiredSessions();
renewCertificates($database);
notifyDeleteCache($cacheRetention);
// TODO: @Meldiron Every probably 24h, look for schedules with active=false, that doesnt have function anymore. Dlete such schedule
}, $interval);
});

View file

@ -418,11 +418,6 @@ class DeletesV1 extends Worker
$dbForProject = $this->getProjectDB($project);
$functionId = $document->getId();
/**
* Delete Schedule
*/
// TODO: DeleteDocument schedules collection
/**
* Delete Variables
*/