when you create multiple rmq connections with the same poll duration, this creates a staggered consumption of data from the que where the first connections consume all he data leaving almost none for the rest.
This pr introduces a +/-10% jitter to the poll duration to prevent the predictable consumption and solve the stagger.
when you create multiple rmq connections with the same poll duration, this creates a staggered consumption of data from the que where the first connections consume all he data leaving almost none for the rest.
This pr introduces a +/-10% jitter to the poll duration to prevent the predictable consumption and solve the stagger.