From d899d2a373f8be3d94760299faafa19c3c432c1e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 30 Apr 2021 18:10:09 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/workers/admin_email_worker.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/workers/admin_email_worker.rb') diff --git a/app/workers/admin_email_worker.rb b/app/workers/admin_email_worker.rb index 8d589c03259..ea7709c649f 100644 --- a/app/workers/admin_email_worker.rb +++ b/app/workers/admin_email_worker.rb @@ -2,6 +2,8 @@ class AdminEmailWorker # rubocop:disable Scalability/IdempotentWorker include ApplicationWorker + + sidekiq_options retry: 3 # rubocop:disable Scalability/CronWorkerContext # This worker does not perform work scoped to a context include CronjobQueue -- cgit v1.2.3