This commit is contained in:
ArnabChatterjee20k
2025-12-10 21:16:49 +05:30
parent b4759adb03
commit 48bf79459f
-1
View File
@@ -294,7 +294,6 @@ $server->onStart(function () use ($stats, $register, $containerId, &$statsDocume
* Create document for this worker to share stats across Containers.
*/
go(function () use ($register, $containerId, &$statsDocument) {
$attempts = 0;
$database = getConsoleDB();
$document = new Document([
'$id' => ID::unique(),