diff --git a/app/realtime.php b/app/realtime.php index afe4a27565..7f3264f315 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -186,6 +186,7 @@ $server->onStart(function () use ($stats, $register, $containerId, &$statsDocume }); }); +$server->onWorkerStart(function (int $workerId) use ($server, $register, $stats, $realtime, $logError) { Console::success('Worker ' . $workerId . ' started successfully'); $attempts = 0;