mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Move schedule delete TODO
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -418,11 +418,6 @@ class DeletesV1 extends Worker
|
||||
$dbForProject = $this->getProjectDB($project);
|
||||
$functionId = $document->getId();
|
||||
|
||||
/**
|
||||
* Delete Schedule
|
||||
*/
|
||||
// TODO: DeleteDocument schedules collection
|
||||
|
||||
/**
|
||||
* Delete Variables
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user