aboutsummaryrefslogtreecommitdiffstats
path: root/app/jobs/mailer_job.rb
AgeCommit message (Collapse)Author
2018-01-09MailerJob: Add comment describing retry behaviourTeddy Wing
Now that all other workers don't retry automatically (see 3487ce6f34ef187a2a8daf170440f51f659c46b7), add a comment here to clarify that this worker is different, and we explicitly want it to retry. The disabling of retries only affects Sidekiq jobs. Refs #5495
2017-07-17No need to specify queue for mailers job there is already mailers queue ↵Luc Donnet
defined in delivery_job.rb in actionmailer
2017-07-10Templating CalendarMailerXinhui
Refs #2263
2017-07-07Add mailer jobXinhui