A
A
A_Modestov2016-03-09 08:38:07
Ruby on Rails
A_Modestov, 2016-03-09 08:38:07

How to run redis/resque on Heroku?

Good afternoon, ladies and gentlemen. The question is the following: set up resque on a local server, both periodic tasks and instant background tasks are performed. Now I want the same thing to work on heroku. How to do this and is it free to host redis on heroku? Thank you in advance for your attention.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@mgyk, 2016-03-09
_

Redis is available as an additional service
https://elements.heroku.com/search?utf8=%E2%9C%93&...
Add an addon and set the URL for the redis. I still recommend using sidekiq instead of resque, it's faster and doesn't fork for every task

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question