diff --git a/src/Appwrite/Platform/Tasks/Backup.php b/src/Appwrite/Platform/Tasks/Backup.php index be82db000e..32009a8ebb 100644 --- a/src/Appwrite/Platform/Tasks/Backup.php +++ b/src/Appwrite/Platform/Tasks/Backup.php @@ -90,6 +90,8 @@ class Backup extends Action $this->setProcessors(); $this->setContainerId(); + sleep(20); + Console::loop(function () { $this->start(); }, self::BACKUP_INTERVAL_SECONDS);