Delayed::Job v3.0.0 Release Notes

Release Date: 2011-12-30 // over 12 years ago
    • ๐Ÿ†• New: Named queues
    • ๐Ÿ†• New: Job/Worker lifecycle callbacks
    • ๐Ÿ”„ Change: daemons is no longer a runtime dependency
    • ๐Ÿ”„ Change: Active Record backend support is provided by a separate gem
    • ๐Ÿ”„ Change: Enqueue hook is called before jobs are saved so that they may be modified
    • ๐Ÿ›  Fix problem deserializing models that use a custom primary key column
    • ๐Ÿ›  Fix deserializing AR models when the object isn't in the default scope
    • ๐Ÿ›  Fix hooks not getting called when delay_jobs is false