$batchId, 'days' => $this->days, 'timeoutMin' => $this->timeoutMin, 'timeoutArchiveMin' => $this->timeoutArchiveMin, 'batchSize' => $this->batch, ]); $result = $svc->run($this->days, $this->timeoutMin, $this->timeoutArchiveMin, $this->batch, $batchId); Log::info('[ArchivePaymentsJob] end', ['batch' => $batchId] + $result); } }