From bb3aa1a172865d4643c28ff32f31e15482b89331 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 14 Aug 2023 10:48:15 +0300 Subject: [PATCH] container id fix --- src/Appwrite/Platform/Tasks/Backup.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Appwrite/Platform/Tasks/Backup.php b/src/Appwrite/Platform/Tasks/Backup.php index fe726ef502..56f929d4aa 100644 --- a/src/Appwrite/Platform/Tasks/Backup.php +++ b/src/Appwrite/Platform/Tasks/Backup.php @@ -91,6 +91,8 @@ class Backup extends Action $this->setProcessors(); $this->setContainerId(); + sleep(20); + Console::loop(function () { $this->start(); }, self::BACKUP_INTERVAL_SECONDS);