scheduling a function call in ror automatically

S

Seena Nair

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
 
B

Brian Adkins

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

I just use cron to execute:

script/runner -e production 'Class.method'

works like a charm.
 
H

hemant

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

I am sorry, but do you expect a reasonable response for a question like this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,285
Messages
2,571,416
Members
48,107
Latest member
jigyasauniversity

Latest Threads

Top