summaryrefslogtreecommitdiff
path: root/app/workers/ssh_keys/expiring_soon_notification_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/ssh_keys/expiring_soon_notification_worker.rb')
-rw-r--r--app/workers/ssh_keys/expiring_soon_notification_worker.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/workers/ssh_keys/expiring_soon_notification_worker.rb b/app/workers/ssh_keys/expiring_soon_notification_worker.rb
index d87e31c36a5..ef256621e07 100644
--- a/app/workers/ssh_keys/expiring_soon_notification_worker.rb
+++ b/app/workers/ssh_keys/expiring_soon_notification_worker.rb
@@ -4,7 +4,8 @@ module SshKeys
class ExpiringSoonNotificationWorker
include ApplicationWorker
- sidekiq_options retry: 3
+ data_consistency :always
+
include CronjobQueue
feature_category :compliance_management