// step 1 /usr/local/bin/php /home/USERNAME/public_html/PROJECT_FOLDER/artisan schedule:run >> /dev/null 2>&1 // step 2 in kernel.php $schedule->command('queue:work', [ '--max-time' => 300 ])->withoutOverlapping(); // step 3 test it. ;)