I\'m learning about queue and jobs on laravel 8, on the documentation (https://laravel.com/docs/8.x/queues) it says to run php artisan queue:work --queue=high,default<
php artisan queue:work --queue=high,default<