Framework: Queue not working (L 5.4)

Created on 13 Jun 2017  路  2Comments  路  Source: laravel/framework

  • Laravel Version: 5.4
  • PHP Version: 7
  • Database Driver & Version: psql (PostgreSQL) 9.3.16

Description

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?

Steps To Reproduce:

  • 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?

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RomainSauvaire picture RomainSauvaire  路  3Comments

klimentLambevski picture klimentLambevski  路  3Comments

PhiloNL picture PhiloNL  路  3Comments

JamborJan picture JamborJan  路  3Comments

SachinAgarwal1337 picture SachinAgarwal1337  路  3Comments