diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-12-13 16:14:49 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-12-13 16:28:27 +0100 |
commit | 4a6ba82b28b0219a13dcb8732361193e9c9b3890 (patch) | |
tree | 70b052885cd9b57f022c14f36d1385de56480cfe /config/sidekiq_queues.yml | |
parent | 3cad04cd51fb2453e33044a0eb2923dd389c2d20 (diff) | |
download | gitlab-ce-4a6ba82b28b0219a13dcb8732361193e9c9b3890.tar.gz |
Remove unused queuesdm-dedicated-sidekiq-queues
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r-- | config/sidekiq_queues.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 5c8233d796f..31a38f2b508 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -25,8 +25,6 @@ - [new_note, 2] - [new_issue, 2] - [new_merge_request, 2] - - [build, 2] # Replaced by pipeline - - [pipeline, 2] # Replaced by pipeline_* - [pipeline_processing, 5] - [pipeline_creation, 4] - [pipeline_default, 3] @@ -43,7 +41,6 @@ - [repository_fork, 1] - [repository_import, 1] - [github_importer, 1] - - [github_importer_advance_stage, 1] # Replaced by github_import_advance_stage - [github_import_advance_stage, 1] - [project_service, 1] - [delete_user, 1] |