Skip to content

[Laravel] not interop queues not working #900

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
lothid opened this issue Jun 14, 2019 · 1 comment
Closed

[Laravel] not interop queues not working #900

lothid opened this issue Jun 14, 2019 · 1 comment

Comments

@lothid
Copy link

lothid commented Jun 14, 2019

Laravel Queue Worker is getting Illuminate\Contracts\Queue\Queue object instead of string with queue name(s) when driver is not interop.

It makes using non-interop queues impossible:
explode() expects parameter 2 to be string, object given {"exception":"[object] (ErrorException(code: 0): explode() expects parameter 2 to be string, object given at vendor/laravel/framework/src/Illuminate/Queue/Worker.php:246

php-enqueue/laravel-queue#13

@lothid
Copy link
Author

lothid commented Jun 14, 2019

Oh, I see it has been merged already :)

@lothid lothid closed this as completed Jun 14, 2019
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

1 participant