Open zachgarcia1 opened 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?
having the same issue with
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?