简体   繁体   中英

Pub/Sub or Service Bus with Rails

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.

We've looked briefly at ActiveMQ and Rabbitt, are any others worth a look?

Thanks ahead of time.

You might want to check out Resque which is backed by Redis. It was developed by Github and is used for all sorts of background tasks. I have used it in combinationw with Rails apps and it works quite well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM