server->name); $status = getContainerStatus(server: $this->server, container_id: $container_name); if ($status === 'running') { return; } resolve(StartProxy::class)($this->server); } catch (\Throwable $th) { send_internal_notification('ProxyStartJob failed with: ' . $th->getMessage()); ray($th->getMessage()); throw $th; } } }