Exploring queue:work options0:00
In this episode, we are going to visit every configuration option that's available in the Laravel queue system, starting with the options available on the php artisan queue:work command. Let's view the documentation of this command, so php artisan queue:work --help. And as we can see, this command accepts a single argument, which is the connection argument. By default, workers started with.
