forked from collectiveidea/delayed_job
-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
collectiveidea edited this page Sep 13, 2010
·
21 revisions
- 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
, andJob::MAX_RUN_TIME
with class methods that can be overridden.