delayed_job
delayed_job copied to clipboard
Move `ActiveJob` adapter to `delayed_job`
Implements adapter for ActiveJob
inside the gem. This adapter is defined only if rails version is >=8, for earlier rails versions adapter is defined inside the Rails itself.
I'm not supper familiar with delayed_job internals, this is just a draft if you are interested in doing this I can finish the work on this PR. This is connected to the discussion here https://github.com/rails/rails/issues/52929
❤️