Trying to get jobs to queue with database driver, in sync everything works well but you know, that's not what we want.
If I switch to database queue driver (cache clear and everything) nothing happens, the jobs table is empty
What could be the issue?
Change queue driver to 'database'
Clear config cache
Run php artisan queue:table
Run php artisan migrate
Create a queued job and dispatch
Voila!! Nothing happens, job is not queued, table empty etc
What could be the issue?
The queue system works fine, please ask on the forums, you might get better help there.
if you are using laravel 5.7 or above
in your .env
QUEUE_CONNECTION=database