summaryrefslogtreecommitdiff
path: root/app/workers/mail_scheduler/notification_service_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/mail_scheduler/notification_service_worker.rb')
-rw-r--r--app/workers/mail_scheduler/notification_service_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/mail_scheduler/notification_service_worker.rb b/app/workers/mail_scheduler/notification_service_worker.rb
index 8645cc93511..0e6494a45d6 100644
--- a/app/workers/mail_scheduler/notification_service_worker.rb
+++ b/app/workers/mail_scheduler/notification_service_worker.rb
@@ -6,6 +6,8 @@ module MailScheduler
class NotificationServiceWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
+ data_consistency :always
+
sidekiq_options retry: 3
include MailSchedulerQueue