Tweaking background-fu

Post date: 2009/03/09 12:15:16

  1. Installed the latest background-fu with

  2. ./script/plugin install git://github.com/ncr/background-fu.git

  3. Unfortunately the release is not flawless yet. Needed the fixes below

    1. Uncommented the below line in init.rb

      1. if ActiveRecord::Base.method_defined?(:allow_concurrency) and ActiveRecord::Base.allow_concurrency

Note for workers:

  1. workers are invoked background by script/daemons start

    1. changes in workers are not effective until background daemon is stopped