morrislaptop / laravel-queue-clear

Command for wiping your queues clear
https://packagist.org/packages/morrislaptop/laravel-queue-clear
MIT License
147 stars 20 forks source link

Queue Connection not supported #8

Open zachgarcia1 opened 5 years ago

zachgarcia1 commented 5 years ago

i'm getting an error for

Queue Connection not supported

php artisan queue:clear database automated_job

it seems to be happening in the Clearer.php file on line 32 the clear delayed jobs method automatically throws an error if redis isn't found but I'm using the database connection. Is the database connection no longer supported?

szamanr commented 4 years ago

having the same issue with