You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds Sidekiq-only versions of the `EmailDeliveryJob`,
`SMSDeliveryJob` and `NotifyDeliveryJob` jobs, to support the migration
to using Sidekiq directly.
Using Sidekiq directly doesn't support named parameters in jobs, so we
now have to pass a JSON-serializable hash containing the parameters that
are passed to the `GovukNotifyPersonalisation` class. I'd like to
refactor this further to add safeguards to ensure the right keys are
used, but for now I didn't want to change too much here.
Jira-Issue: MAV-7288
0 commit comments