summaryrefslogtreecommitdiff
path: root/app/workers/clusters/applications/check_prometheus_health_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/clusters/applications/check_prometheus_health_worker.rb')
-rw-r--r--app/workers/clusters/applications/check_prometheus_health_worker.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/workers/clusters/applications/check_prometheus_health_worker.rb b/app/workers/clusters/applications/check_prometheus_health_worker.rb
index 4db7314cbc0..4f85c5c5b7a 100644
--- a/app/workers/clusters/applications/check_prometheus_health_worker.rb
+++ b/app/workers/clusters/applications/check_prometheus_health_worker.rb
@@ -5,7 +5,8 @@ module Clusters
class CheckPrometheusHealthWorker
include ApplicationWorker
- sidekiq_options retry: 3
+ data_consistency :always
+
# rubocop:disable Scalability/CronWorkerContext
# This worker does not perform work scoped to a context
include CronjobQueue