Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b20d4dd7
Commit
b20d4dd7
authored
Mar 23, 2020
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attribute background migrations to database category
parent
83df3a69
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-1
app/workers/background_migration_worker.rb
app/workers/background_migration_worker.rb
+1
-1
No files found.
app/workers/all_queues.yml
View file @
b20d4dd7
...
@@ -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
...
...
app/workers/background_migration_worker.rb
View file @
b20d4dd7
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment