Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monkey patch MailDeliveryJob to work with delayed_job under ruby 3
The delayed_job gem does not currently perserve keyword arguments properly leading to errors when running under ruby 3 and try to run a job that requires them. This affects our deferred mail deliveries so we monkey patch the mail delivery job to unpack the hash from the normal arguments and use it to provide the expected keyword arguments. collectiveidea/delayed_job#1134
- Loading branch information