debian-mirror-gitlab/config/initializers/mailer_retries.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
137 B
Ruby
Raw Normal View History

2021-09-04 01:27:46 +05:30
# frozen_string_literal: true
2021-11-18 22:05:49 +05:30
Rails.application.config.after_initialize do
ActionMailer::MailDeliveryJob.sidekiq_options retry: 3
2021-09-04 01:27:46 +05:30
end