Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][QUESTION] failed job queue #452

Open
nsn0x01 opened this issue Jul 20, 2020 · 2 comments
Open

[BUG][QUESTION] failed job queue #452

nsn0x01 opened this issue Jul 20, 2020 · 2 comments

Comments

@nsn0x01
Copy link

nsn0x01 commented Jul 20, 2020

HI,

I'm using lumen last version and I have configured the failed job configuration on the queue:

    'failed' => [
        'driver' => env('QUEUE_FAILED_DRIVER', 'database'),
        'database' => env('DB_CONNECTION', 'mysql'),
        'table' => 'failed_jobs',
    ],

Nothing is logged, the table was created correctly and I tried also to enable the FailedJobsServiceProvider.

Any suggests?

@eigan
Copy link
Member

eigan commented Jan 31, 2021

This you figure out what the problem was? @nsn0x01

@ukenpachi
Copy link

the database will be your connection name instead of the database type e.g. mysql. Your connection name is in config/Doctrine.php in the managers->default array =

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants