where('suspended_at', '<', now()->subDays(3))->chunk(100, function ($hosts) { foreach ($hosts as $host) { dispatch(new \App\Jobs\Remote\Host($host, 'delete')); } }); } }