summaryrefslogtreecommitdiff
path: root/app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb')
-rw-r--r--app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb b/app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb
index d9a80b6e899..cfb463241d3 100644
--- a/app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb
+++ b/app/workers/users/migrate_records_to_ghost_user_in_batches_worker.rb
@@ -7,7 +7,7 @@ module Users
include CronjobQueue # rubocop: disable Scalability/CronWorkerContext
sidekiq_options retry: false
- feature_category :users
+ feature_category :user_profile
data_consistency :always
idempotent!