I've been looking into resque for distributed background jobs. I managed to get everything working on one machine through the demo app. But I don't know how to set everything up so the workers run on different machines. I read that it's just necessary that the workers have a connection to the redis server. But I still have no idea where to start. Is there a step-by-step instruction somewhere? I didn't find any documentation about this.
Or can someone please explain it to me?
I don't use rails btw, I'm using Sinatra.
Thx