Displaying 1 result from an estimated 1 matches for "enable_scheduler".
2006 Dec 14
0
feature request: config option to toggle scheduled jobs based on environment
...e way ActionMailer works, where I have a line:
config.action_mailer.perform_deliveries = false
in my config/environments/development.rb file and a line:
config.action_mailer.perform_deliveries = true
in my config/environments/production.rb file.
So something like:
config.backgroundrb.enable_scheduler = false
or
config.backgroundrb.run_scheduled_tasks = false
would be awesome.
I can probably hack something into my copy of the BackgrounDRb code to make
this work for my needs, but I wanted to through it out there as a feature
request as well.
best regards,
Mason
-------------- next part ----...