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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/metrics/dashboard/sync_dashboards_worker.rb')
-rw-r--r--app/workers/metrics/dashboard/sync_dashboards_worker.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/workers/metrics/dashboard/sync_dashboards_worker.rb b/app/workers/metrics/dashboard/sync_dashboards_worker.rb
index 7a124a33f9e..0fdc7825f47 100644
--- a/app/workers/metrics/dashboard/sync_dashboards_worker.rb
+++ b/app/workers/metrics/dashboard/sync_dashboards_worker.rb
@@ -5,7 +5,10 @@ module Metrics
class SyncDashboardsWorker
include ApplicationWorker
+ sidekiq_options retry: 3
+
feature_category :metrics
+ tags :exclude_from_kubernetes
idempotent!