onConnection('provisioning'); $this->onQueue('provisioning'); } public function handle(RunRunner $runner): void { $run = ProvisioningRun::query()->where('uuid', $this->runUuid)->first(); if ($run !== null) { $runner->advance($run); } } }