threefoldtecharchive / rmb_archive

reliable message bus
0 stars 0 forks source link

Aggressive attempts to access Redis when the server is not available #35

Open sameh-farouk opened 2 years ago

sameh-farouk commented 2 years ago

we need to prevent the flood of errors generated from RMB when the Redis server terminated (aggressive attempts to access Redis when the server is not available) either a fixed few seconds wait between Redis access attempts or maybe an immediate reconnect followed by an exponentially growing wait time for reconnect would be a slightly better approach.