Commit c8d86d0f authored by nmilojevic1's avatar nmilojevic1 Committed by Nikola Milojevic

Utilize load balancing capabilities for BuildHooksWorker

Changelog: performance
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61905
parent bfe2457a
...@@ -9,7 +9,7 @@ class BuildHooksWorker # rubocop:disable Scalability/IdempotentWorker ...@@ -9,7 +9,7 @@ class BuildHooksWorker # rubocop:disable Scalability/IdempotentWorker
queue_namespace :pipeline_hooks queue_namespace :pipeline_hooks
feature_category :continuous_integration feature_category :continuous_integration
urgency :high urgency :high
data_consistency :delayed, feature_flag: :load_balancing_for_build_hooks_worker data_consistency :delayed
DATA_CONSISTENCY_DELAY = 3 DATA_CONSISTENCY_DELAY = 3
......
---
name: load_balancing_for_build_hooks_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57575
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/326095
milestone: '13.11'
type: development
group: group::memory
default_enabled: false
...@@ -45,6 +45,5 @@ RSpec.describe BuildHooksWorker do ...@@ -45,6 +45,5 @@ RSpec.describe BuildHooksWorker do
it_behaves_like 'worker with data consistency', it_behaves_like 'worker with data consistency',
described_class, described_class,
feature_flag: :load_balancing_for_build_hooks_worker,
data_consistency: :delayed data_consistency: :delayed
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment