Skip to content

Refactor Data Processor to Use a Shared Queue Across Workers #556

@bhimrazy

Description

@bhimrazy

Title: Refactor Data Processor to Use a Shared Queue Across Workers

Description:

Currently, each worker is assigned its own queue and specific data to process. This leads to inefficiencies—particularly when some workers (stragglers) finish much later than others, delaying overall processing time.

We should refactor the data processor to use a single shared queue that all workers on the machine can pull from. This would enable better load distribution and help ensure that all workers finish at roughly the same time.

Additionally, in cloud environments, we could also move toward using a single queue architecture to enable fault tolerance and autoscaling.

Suggested by: @tchaton

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions