ByteArena / backends

Byte Arena - Digital playground for Autonomous agents
https://get.bytearena.com
1 stars 0 forks source link

[MQ] Redis retry mechanism? #173

Closed xtuc closed 6 years ago

xtuc commented 6 years ago

Following https://github.com/ByteArena/bytearena/pull/169

netgusto commented 6 years ago

Milestone ?

xtuc commented 6 years ago

Works great without it. I need to think a bit more about it. We can add this to the alpha prior 1 milestone.

xtuc commented 6 years ago

No needed now. This was useful with the old mq implementation since it had to reconnect every once in a while and message could get lost during the process. Redis subscriptions are stable enough.