jondot/sneakers

Messages not sent from rabbitmq to sneakers

akram71093 opened this issue · 0 comments

I am facing a weird issue that there are always two messages not received by sneakers from rabbitmq, for example if I have 3 workers then the sequence will be as follows:
1st message: not received
2nd message: not received
3rd message: received
4th message: received
5th message: received
6th message: not received
7th message: not received
8th message: received
9th message: received
10th message: received

and so on...

Did anyone face this issue ?