Ruby on Rails Thursday, February 20, 2014

Hi,

I have a rails application that requires data from an API to run. Since the API is slow I am looking to have a background process run continuously and scrape the API for new messages and add it to the application database

From some reading , a worker dyno seems to be the best way to achieve this. Any links on how to go about scheduling a continuous running worker process in the background and make it to talk to the Rails DB preferably using ActiveRecord. 

Thanks,
Ganesh

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CALFmRoFZ1pT5cjstwzm8D2VMTGRaXMbFz%2BtgULToGSMsiTN30g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment