You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using queue with database driver and the default database connection is mongodb, Query Builder and Moloquent works perfectly but there is a problem when running php artisan queue:listen :
[MongoException]
zero-length keys are not allowed, did you use $ with double quotes?
is there any way to use queue:listen with mongodb ?
The text was updated successfully, but these errors were encountered:
I'm having this issue too. Haven't been able to find a solution and fix in #426 didn't work for me. I'm going to use beanstalkd for now as others have suggested.
I'm using queue with database driver and the default database connection is mongodb, Query Builder and Moloquent works perfectly but there is a problem when running php artisan queue:listen :
[MongoException]
zero-length keys are not allowed, did you use $ with double quotes?
is there any way to use queue:listen with mongodb ?
The text was updated successfully, but these errors were encountered: