summaryrefslogtreecommitdiff
path: root/app/workers/bulk_imports/relation_export_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/bulk_imports/relation_export_worker.rb')
-rw-r--r--app/workers/bulk_imports/relation_export_worker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/bulk_imports/relation_export_worker.rb b/app/workers/bulk_imports/relation_export_worker.rb
index 416dad5b3ae..9324b79cc75 100644
--- a/app/workers/bulk_imports/relation_export_worker.rb
+++ b/app/workers/bulk_imports/relation_export_worker.rb
@@ -10,7 +10,6 @@ module BulkImports
idempotent!
loggable_arguments 2, 3
feature_category :importers
- tags :exclude_from_kubernetes
sidekiq_options status_expiration: StuckExportJobsWorker::EXPORT_JOBS_EXPIRATION
def perform(user_id, portable_id, portable_class, relation)