Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mailer_retries.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5980513af92e08c31e0ca7959fb9df8874b14009 (plain)
1
2
3
4
5
# frozen_string_literal: true

Rails.application.config.after_initialize do
  ActionMailer::MailDeliveryJob.sidekiq_options retry: 3
end