mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
updates
This commit is contained in:
parent
b71bba2a9c
commit
9c19544c61
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ $server
|
|||
->workerStart()
|
||||
->action(function () use (&$stack) {
|
||||
Timer::tick(30000, function () use (&$stack) {
|
||||
$hourly = date('d-m-Y H:00', time());
|
||||
$daily = date('d-m-Y 00:00', time());
|
||||
|
||||
$chunk = array_slice($stack, 0, count($stack));
|
||||
array_splice($stack, 0, count($stack));
|
||||
var_dump($chunk);
|
||||
|
|
|
|||
Loading…
Reference in a new issue