Scheduling a function call in ror automatically

For automatically scheduling a function call at a specified time
i used a plugin BackgrounDRb but it is not creating connection for

MiddleMan.new_worker
(gives an error : Not able to connect)

Please give me any idea for above

or any new idea for scheduling an automatic method call at regular
intervals such as in an hr or a day

On Feb 27, 7:20 am, Seena N. [email protected] wrote:


Posted viahttp://www.ruby-forum.com/.

I just use cron to execute:

script/runner -e production ‘Class.method’

works like a charm.

On Wed, Feb 27, 2008 at 5:50 PM, Seena N. [email protected]
wrote:

intervals such as in an hr or a day
I am sorry, but do you expect a reasonable response for a question like
this?