Rails concurrent background processes -
Rails concurrent background processes -
i need access , pull info number of api's on the course of study of number of days. streaming info process running time. each process pulling in info , inserting separate google fusion table.
as want run processes in background , forget them, beingness able monitor fail , don't restart.
i have looked @ delayed job, resque, beanstalk etc , question can these run processes concurrently. don't want queue processes run them in background.
i looked @ spawn well, didn't understand how worked.
so options available me, have recommendations?
i utilize whenever gem schedule cron jobs pull data.
every 2.hours yourapi.do_whatever secondapi.do_the_thing end
ruby-on-rails ruby-on-rails-3 delayed-job resque spawn
Comments
Post a Comment