onQueue('high'); } /** * Execute the job. */ public function handle(): void { $runRemoteProcess = resolve(RunRemoteProcess::class, [ 'activity' => $this->activity, 'ignore_errors' => $this->ignore_errors, 'call_event_on_finish' => $this->call_event_on_finish, 'call_event_data' => $this->call_event_data, ]); $runRemoteProcess(); } }