summaryrefslogtreecommitdiff
path: root/app/workers/propagate_integration_project_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/propagate_integration_project_worker.rb')
-rw-r--r--app/workers/propagate_integration_project_worker.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/workers/propagate_integration_project_worker.rb b/app/workers/propagate_integration_project_worker.rb
index 90cf27c4176..dba8a270007 100644
--- a/app/workers/propagate_integration_project_worker.rb
+++ b/app/workers/propagate_integration_project_worker.rb
@@ -3,10 +3,12 @@
class PropagateIntegrationProjectWorker
include ApplicationWorker
+ data_consistency :always
sidekiq_options retry: 3
-
feature_category :integrations
tags :exclude_from_kubernetes
+ urgency :low
+
idempotent!
# rubocop: disable CodeReuse/ActiveRecord