// Set a schedule $schedule->command('queue:work --stop-when-empty')->everyMinute()->withoutOverlapping(); // cron job * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1