Skip to content

php artisan queue:work mongodb not working #1515

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

Closed
wiselyku opened this issue May 9, 2018 · 6 comments
Closed

php artisan queue:work mongodb not working #1515

wiselyku opened this issue May 9, 2018 · 6 comments
Labels
Needs investigation Need investigation about bugs described in issue tracked-in-jira

Comments

@wiselyku
Copy link

wiselyku commented May 9, 2018

hi,
I use this lib for the job queue.
Right now, it could add the jobs to the queue successfully.
But, when i executed php artisan queue:work mongodb, i got nothing.
Could you tell me what things might be wrong?
Thank you very much.

@wiselyku
Copy link
Author

wiselyku commented May 9, 2018

BTW, I use version 3.3

@ypavlov
Copy link

ypavlov commented Oct 2, 2018

hi @wiselyku, did you solve your problem?
I have the same issue.
I use mongodb for queues. I could add the jobs to the queue successfully, but php artisan queue:work mongodb not working

@wiselyku
Copy link
Author

wiselyku commented Oct 3, 2018

hi, @ypavlov i did not solve the problem, so i used mysql instead

@divine divine added the Needs investigation Need investigation about bugs described in issue label Feb 23, 2020
@trickyEdecay
Copy link

same here. my project doesn't use any other database but only mongodb. all the dispatched job was added to queue successfully.

when i run php artisan queue:work,it print nothing,and shutdown after a while.
and something like this appears in the log:

Symfony\Component\Debug\Exception\FatalThrowableError: Call to a member function beginTransaction() on null in /var/www/html/vendor/illuminate/database/Concerns/ManagesTransactions.php:109

@GromNaN
Copy link
Member

GromNaN commented Sep 6, 2023

@GromNaN
Copy link
Member

GromNaN commented Apr 23, 2024

Fixed by #2838

@GromNaN GromNaN closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs investigation Need investigation about bugs described in issue tracked-in-jira
Projects
None yet
Development

No branches or pull requests

5 participants