Closed
Description
Is your feature request related to a problem? Please describe.
Example case: Application receives 3k events from API per second. We want to store them in the database, but processing every event as single insert would generate 3k/s inserts and heavily loads the db. The solution is to use bulk insert, but to use that we need a way to read jobs in a bulk way inside the processor. This is a common practice with other queue systems.
Describe the solution you'd like
Allow the processor to receive many jobs in once instead of only one.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
No labels