mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
container id fix
This commit is contained in:
@@ -91,6 +91,8 @@ class Backup extends Action
|
||||
$this->setProcessors();
|
||||
$this->setContainerId();
|
||||
|
||||
sleep(20);
|
||||
|
||||
Console::loop(function () {
|
||||
$this->start();
|
||||
}, self::BACKUP_INTERVAL_SECONDS);
|
||||
|
||||
Reference in New Issue
Block a user