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