info('Starting job loop... Press Ctrl+C to stop.'); // while (true) { // dispatch(new GenerateMonthlyInvoices); // $this->info('Job dispatched at '.now()); // sleep(300); // wait 5 seconds // } } }