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

Feature request: Leverage batch operations in middlewares #1

Open
HQarroum opened this issue Jan 22, 2024 · 0 comments
Open

Feature request: Leverage batch operations in middlewares #1

HQarroum opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request triage

Comments

@HQarroum
Copy link
Contributor

HQarroum commented Jan 22, 2024

Use case

Batch operations improve the performance of middlewares across multiple use-cases (GPU batch operations, API calls with multiple elements, etc.). Middlewares today do not entirely leverage batch operations, and a refactor of several middlewares would be required to improve throughput and performance.

Solution/User Experience

Middlewares can leverage batch operations when consuming messages from their input SQS queue. We want to refactor some middlewares to drop the use of partial responses and leverage the batch of input messages.

Alternative solutions

No response

@HQarroum HQarroum added the enhancement New feature or request label Jan 22, 2024
@HQarroum HQarroum self-assigned this Jan 23, 2024
@HQarroum HQarroum moved this to Backlog in Project Lakechain Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
Status: Backlog
Development

No branches or pull requests

1 participant