Skip to content

Bulk / Batch Processor worker - process many jobs at once #2516

Closed
@mariuszbeltowski

Description

@mariuszbeltowski

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions