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

Rust: TaskQueueReceive Receive to ReceiveAll #418

Merged
merged 2 commits into from
May 6, 2022

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented May 4, 2022

Modify queue receivers to allow receipt of message batches instead
of single messages, which allows for more efficient processing in
various backends.

This modifies queue receivers to potentially return batches instead
of single messages
@jaymell jaymell marked this pull request as ready for review May 4, 2022 17:00
@jaymell
Copy link
Contributor Author

jaymell commented May 4, 2022

Note that this change will offer better support for services, e.g., SQS, that can return batches of messages.

svix-dylan
svix-dylan previously approved these changes May 4, 2022
server/svix-server/src/queue/mod.rs Outdated Show resolved Hide resolved
@tasn
Copy link
Member

tasn commented May 5, 2022

Let's get this bad boy in?

@svix-james svix-james merged commit 43972a7 into svix:main May 6, 2022
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.

4 participants