threefoldtecharchive / rmb_archive

reliable message bus
0 stars 0 forks source link

a message could be lost when handled by RMB Under certain circumstances #36

Open sameh-farouk opened 2 years ago

sameh-farouk commented 2 years ago

a message could be lost when handled by RMB Under certain circumstances (Redis server terminated after poping the message from one queue, and before pushing it to another queue)

as The RMB should be reliable as much as possible in delivering the messages, we need to discuss the possibilities of this happening in case of a temporary Redis outage, and how we can prevent this from happening if possible.