worker = $worker; } public function handle(): void { $logs = $this->worker->server->processManager()->handler()->getLogs($this->worker->log_file); } public function failed(): void { } }