Ask A Question

Notifications

You’re not receiving notifications from this thread.

Ruby / Rails: distributed background processing (workers on different hosts) - which technology stack to use?

Alex Kalinin asked in Ruby

We need to perform background tasks on different servers, and return the results to the central database.

In order to make a decision about which Worker to assign a task to, the Task Manager must be able to get information from the Worker about its status (how many tasks have been completed, how many are still in the pool, the current running task..)

Which technology stack would you recommend using?

Reply

Great

Reply

I always enjoy reading the articles that are posted here. You are doing a great work

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.