TimZaman/dotaclient

Investigate significant amount of redeliveries reported by RMQ

Closed this issue · 2 comments

Might be no issue. Below is graph of the Experience queue.
image

Problem is that after acking, new messages are prefetched, after which we immediatelly close the channel. Need to just keep one rmq connection open..

Fixed