$row[0], ]); } /** * @return int */ public function chunkSize(): int { return 100; } /** * Determine the time at which the job should timeout. * * @return \DateTime */ public function retryUntil() { throw new \Exception('Job reached retryUntil method'); return now()->addSeconds(5); } }