diff options
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r-- | config/sidekiq_queues.yml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index c0aab89fd46..02fe21a9e6e 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -56,8 +56,12 @@ - 1 - - bulk_imports_entity - 1 +- - bulk_imports_export_request + - 1 - - bulk_imports_pipeline - 1 +- - bulk_imports_relation_export + - 1 - - chaos - 2 - - chat_notification @@ -148,8 +152,6 @@ - 1 - - geo - 1 -- - git_garbage_collect - - 1 - - github_import_advance_stage - 1 - - github_importer @@ -190,6 +192,10 @@ - 1 - - issuable_export_csv - 1 +- - issuable_label_links_destroy + - 1 +- - issuables_clear_groups_issue_counter + - 1 - - issue_placement - 2 - - issue_rebalancing @@ -398,6 +404,8 @@ - 1 - - upload_checksum - 1 +- - users_update_open_issue_count + - 1 - - vulnerabilities_statistics_adjustment - 1 - - vulnerability_exports_export |