mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Tasks/FolderBackup.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
co-authored by
Eldad A. Fux
parent
cffe8173ba
commit
d9b55b4b04
@@ -43,7 +43,7 @@ class FolderBackup extends Action
|
||||
$sleep = $next->getTimestamp() - $now->getTimestamp();
|
||||
}
|
||||
|
||||
console::log('[' . $now->format("Y-m-d H:i:s.v") . '] Sleeping for ' . $sleep . ' seconds next run will be at [' . $next->format("Y-m-d H:i:s.v") . ']');
|
||||
Console::log('[' . $now->format("Y-m-d H:i:s.v") . '] Sleeping for ' . $sleep . ' seconds next run will be at [' . $next->format("Y-m-d H:i:s.v") . ']');
|
||||
|
||||
sleep($sleep);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user