I have dispatched a job and the the job is added to the database on the specified table, e.g. "Jobs. The jobs are not being processed, even though the jobs are added to the database. No log neither failed_job.
I have tried to create a new simple job with only Logger suspecting that I have errors in the handle code, still not working.
Here is what I did.
php artisan queue:work database --queue=default
.