New gem: delayed_job-active_job

The Delayed Job adapter is going to be removed from Rails soon.

To help with this transition, I have extracted it to a gem: GitHub - TandaHQ/delayed_job-active_job: Active Job adapter for Delayed Job

The gem also adds some extra features compared to the current adapter:

  • perform_all_later support
  • custom run_at support when bulk enqueueing
  • persist custom attributes on a job

You can use this gem with Rails versions that include the DJ adapter; it deletes the Rails version and replaces it.

If you try it out let me know what you think! And if you have any issues, please let me know.

3 Likes