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
5261a567
Commit
5261a567
authored
Mar 02, 2022
by
Quang-Minh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove needs_own_queue tag from ProjectImportScheduleWorker
parent
92da9fc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+1
-2
ee/app/workers/project_import_schedule_worker.rb
ee/app/workers/project_import_schedule_worker.rb
+0
-4
No files found.
ee/app/workers/all_queues.yml
View file @
5261a567
...
...
@@ -1217,8 +1217,7 @@
:resource_boundary: :unknown
:weight:
1
:idempotent:
true
:tags:
- :needs_own_queue
:tags: []
-
:name: project_template_export
:worker_name: ProjectTemplateExportWorker
:feature_category: :importers
...
...
ee/app/workers/project_import_schedule_worker.rb
View file @
5261a567
...
...
@@ -16,10 +16,6 @@ class ProjectImportScheduleWorker
loggable_arguments
1
# For the job waiter key
log_bulk_perform_async!
# UpdateAllMirrorsWorker depends on the queue size of this worker:
# https://gitlab.com/gitlab-org/gitlab/-/issues/340630
tags
:needs_own_queue
def
perform
(
project_id
)
::
Gitlab
::
Mirror
.
untrack_scheduling
(
project_id
)
...
...
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