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
a856f668
Commit
a856f668
authored
Jan 03, 2020
by
rpereira2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sidekiq queue to yaml files
* Also remove extra entry in gitlab.pot.
parent
cdd761eb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
7 deletions
+2
-7
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-0
config/sidekiq_queues.yml
config/sidekiq_queues.yml
+1
-0
locale/gitlab.pot
locale/gitlab.pot
+0
-3
spec/support/shared_examples/workers/self_monitoring_shared_examples.rb
...hared_examples/workers/self_monitoring_shared_examples.rb
+0
-4
No files found.
app/workers/all_queues.yml
View file @
a856f668
...
...
@@ -188,3 +188,4 @@
-
create_evidence
-
group_export
-
self_monitoring_project_create
-
self_monitoring_project_delete
config/sidekiq_queues.yml
View file @
a856f668
...
...
@@ -100,6 +100,7 @@
- [create_evidence, 2]
- [group_export, 1]
- [self_monitoring_project_create, 2]
- [self_monitoring_project_delete, 2]
# EE-specific queues
- [analytics, 1]
...
...
locale/gitlab.pot
View file @
a856f668
...
...
@@ -5145,9 +5145,6 @@ msgstr ""
msgid "Could not find design"
msgstr ""
msgid "Could not find job to delete self monitoring project"
msgstr ""
msgid "Could not remove the trigger."
msgstr ""
...
...
spec/support/shared_examples/workers/self_monitoring_shared_examples.rb
View file @
a856f668
# frozen_string_literal: true
# All examples require the following variables defined:
# let_it_be(:jid) { 'b5b28910d97563e58c2fe55f' }
# let_it_be(:data_key) { "self_monitoring_delete_result:#{jid}" }
# This shared_example requires the following variables:
# let(:service_class) { Gitlab::DatabaseImporters::SelfMonitoring::Project::DeleteService }
# let(:service) { instance_double(service_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