What is the best way to implement subscription to a Redis pub sub in Rails?

Https://github. Com/technoweenie/coffee-resque I am not sure if it totally fits your problem domain but it seems to have all the right parts, but maybe not in the right order.

So far what worked is using a Daemon generated from github. Com/dougal/daemon_generator The other option I thought of is a never-ending background process in rescue or delayed_job that does the subscribe loop on Redis and ActiveRecord manipulation. – Ethan Kaplan Jul 4 at 4:56.

We have a rails application that generates a lot of background tasks that need to be executed when certain events occur in the system (client notifications, third party data synchronization, dirty cache updatest to the relational database, etc.). I was wondering if there were any open source solutions out there that people were particularly happy with. Low operations overhead would be nice, but we need reliability most of all.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions