Skip to content

Can we run multiple workers for a delayed queue #91

@junwchina

Description

@junwchina

Hello,

The delayed queue is a good feature. But It seems there is a issue when a delayed queue consumed by multiple workers. The implementation on WorkerImpl#pop will return a null when it is processing the same job with the another worker. That will be a big performance issue if there are many collisions like this.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions