Currently whilst in development I am creating workers on the Resque server to process jobs. I now want to expand the pool of workers by having multiple servers acting as workers.
How can I setup a worker to pull jobs from a remote Resque server where the jobs are located?
(I use Sinatra)