Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lean on ActiveJob::Base to execute the job
This follows the other queue adapters in ActiveJob upstream, and Delayed::Job's queue adapter as well. Ensures the job deserialize is called within the executor block/execute callbacks along with perform. If the deserialize method is causing side effects like using ActiveSupport::CurrentAttributes they won't get cleared between deserialize and perform being invoked.
- Loading branch information