product-os / jellyfish

The Jellyfish Project
https://jel.ly.fish/
GNU Affero General Public License v3.0
15 stars 3 forks source link

Investigate redis AOF storage option #3162

Closed ffissore closed 1 year ago

ffissore commented 4 years ago

From this flowdock came out the suggestion to use redis as a queue mechanism.

Redis offers a storage option called AOF that together with RSMQ could make it a nice queue system, with the speed of redis and the advantage of not complicating our infrastructure (which was one of the aspects of #2972 that received most criticism)

Our redis instance is run by amazon. Investigate

jviotti commented 4 years ago

Our redis instance is run by amazon

Notice we run Redis in the k8s cluster on Amazon, but we don't use a managed Redis instance.