Displaying 2 results from an estimated 2 matches for "feedwork".
Did you mean:
bedework
2006 Nov 07
2
start a worker when bdrb starts
I am sure..again I am missing something, but I am trying to start a
worker, when backgroundrb starts and it doesn''t seem to work.
Here is my config/backgroundrb_schedules.yml file:
feed_worker:
class: feed_worker
job_key: feed_worker_key
worker_method: do_work
trigger_args:
repeat_interval: 20.minutes
I even tried this from Rails controller:
# def start_feed_worker
#
2007 Jul 20
1
Backgroundrb and timeout connections
Hi
We have a RoR application which needs to get the contents of RSS feeds.
The application opens HTTP connections, but the problem is that we have
frequently Timeout::Error because of feeds are not available. It seems
it''not possible to reduce the time of timeout in Ruby... So, I''m
wondering if there is way to solve this with Backgroundrb.
Best regards,
Julien