I would suggest you to run php artisan queue:listen or If running with supervisor php artisan queue:work --once.
php artisan queue:listen
php artisan queue:work --once
This will bootstrap the application everytime a new job is processed, :work will cache some things between each jobs.