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

Gearman Consumer receive should only fetch one message #998

Merged
merged 1 commit into from
Dec 25, 2019

Conversation

arep
Copy link
Contributor

@arep arep commented Dec 13, 2019

When looping the worker->work() call, the receive method will fetch all messages in the queue, but only return the last one.
The fix will return only one message.

When looping the worker->work() call, the receive method will fetch all messages in the queue, but only return the last one.
The fix will return only one message.
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

Successfully merging this pull request may close these issues.

2 participants