You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getOrCreateChannel function can create more than one channel per consumer/publisher. We noticed this bug in our consumers that have a prefetch of 30 and at some point try to notify others systems by doing pubsub.publish, the first time the daemon pod boots up this ends up creating as many channels as messages where prefetched at the same time. A small sample how to reproduce:
The
getOrCreateChannel
function can create more than one channel per consumer/publisher. We noticed this bug in our consumers that have a prefetch of 30 and at some point try to notify others systems by doingpubsub.publish
, the first time the daemon pod boots up this ends up creating as many channels as messages where prefetched at the same time. A small sample how to reproduce:The text was updated successfully, but these errors were encountered: