-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
BTW, I use version 3.3 |
hi @wiselyku, did you solve your problem? |
hi, @ypavlov i did not solve the problem, so i used mysql instead |
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
|
Fixed by #2838 |
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.
The text was updated successfully, but these errors were encountered: