Hi, I would like a Rails application to set the time interval for a background scheduler, so that the admin user can specify it from admin page. I looked at daemons gem, BackgroundDRb, and some other plugins. But they don't seem to have this capability and all of them require it to be specified either in configuration file or hardcoded in the code.
Is there a way to pass a time interval parameter to a scheduler from Rail application? Or is there any scheduler or background process with this capability? Thank you in advance. Sincerely, Tadatoshi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

