Skip to content
collectiveidea edited this page Sep 13, 2010 · 21 revisions

1.8.5 – 2010-03-15

  • Set auto_flushing=true on Rails logger to fix logging in production
  • Fix error message when trying to send_later on a method that doesn’t exist
  • Don’t use rails_env in capistrano if it’s not set. closes #22
  • Delayed job should append to delayed_job.log not overwrite
  • Version bump to 1.8.5
  • fixing Time.now to be Time.zone.now if set to honor the app set local TimeZone
  • Replaced Worker::SLEEP, Job::MAX_ATTEMTPTS, and Job::MAX_RUN_TIME with class methods that can be overridden.