diff options
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] |