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

php artisan queue:work on multiple queue #18

Closed
L3o-pold opened this issue May 28, 2019 · 1 comment
Closed

php artisan queue:work on multiple queue #18

L3o-pold opened this issue May 28, 2019 · 1 comment

Comments

@L3o-pold
Copy link
Contributor

I got multiple topics and it only process one queue.

For example:

php artisan queue:work --daemon --tries=1 --delay=5 --queue=default,low kafka
Will NOT process any job

php artisan queue:work --daemon --tries=1 --delay=5 kafka
Will process only the job from the KAFKA_QUEUE env queue

When debugging I saw that the pop function from KafkaQueue.php will be call for every queue but the RD_KAFKA_RESP_ERR__TIMED_OUT error will be returned every time.

Is there something I am missing?

@petermein
Copy link
Collaborator

Thank you for the pull request!

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

No branches or pull requests

2 participants