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.
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#popwill 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.