search for: my_scheduler

Displaying 2 results from an estimated 2 matches for "my_scheduler".

Did you mean: my_schedule
2007 Feb 14
1
Scheduling in backgroundrb not working
...appreciated !!!! My Server details: Ruby 1.8.4 Rails 1.1.6 Backgroundrb - 1.2.1 CENT OS .. (Installed backgroundrb as rails plugin ie. /vendor/plugins/background...) ------------------------------------ backgroundrb.yml----------------- :host: localhost :port: 2000 :rails_env: development my_scheduler: :class: :mailman_worker :job_key: :foo_name :worker_method: :send_emails_to_people :trigger_args: 0 */1 * * * * * ------------------------------------------my mailman_worker.rb -------- class MailmanWorker < BackgrounDRb::Worker::RailsBase def do_work(args) # This met...
2007 Dec 06
10
Feedback on RC2
I tried to upgrade my existing application to RC2 last night. Like many, I use this mostly for running scheduled tasks. For the moment, I''ve abandoned the effort, but am looking forward to being able to use this. Feedback below: First, the reason I was looking forward to this upgrade was to use the threaded scheduler. I have an application with long-running tasks. I found that