Search code examples
ruby-on-railsrubyherokuredistogo

Resque 2.0 on Heroku


I want to be able to run Resque 2.0 with Heroku and Rails but there doesn't seem to be any good tutorial/documentation about it.

It seems I might need something like RedisToGo but not sure whether it is a good practice to use without it or not. I'm also concerned that as I'm based in Australia, whether RedisToGo is still a good option.

Has anyone done a good Rails 4, Resque 2.0 implementation with Heroku lately?


Solution

  • Here's a good tutorial for you

    We run Resque on Heroku - Resque is basically the "backend" engine which allows you to send queue data to the likes of Redis. Redis is just a way to collect that queue data & store it for future use