Commit b20d4dd7 authored by Sean McGivern's avatar Sean McGivern

Attribute background migrations to database category

parent 83df3a69
...@@ -907,7 +907,7 @@ ...@@ -907,7 +907,7 @@
:weight: 2 :weight: 2
:idempotent: true :idempotent: true
- :name: background_migration - :name: background_migration
:feature_category: :not_owned :feature_category: :database
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :unknown
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
class BackgroundMigrationWorker # rubocop:disable Scalability/IdempotentWorker class BackgroundMigrationWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker include ApplicationWorker
feature_category_not_owned! feature_category :database
# The minimum amount of time between processing two jobs of the same migration # The minimum amount of time between processing two jobs of the same migration
# class. # class.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment