antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 538 forks source link

job received by multiple clients #215

Open mvrhov opened 4 years ago

mvrhov commented 4 years ago

Hey

I'm running multiple queue consumers and from time to time it happens that 2 consumers get the same job at the same time. (I'm not logging the time down to millisecond precision, but it does happen in the same second.) Now multiple deliverers perse are not problematic unless they happen at the same time as everythen else then falls apart.