Skip to content
Snippets Groups Projects
Commit c8d86d0f authored by Nikola Milojevic's avatar Nikola Milojevic Committed by Nikola Milojevic
Browse files

Utilize load balancing capabilities for BuildHooksWorker

parent bfe2457a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,7 +9,7 @@ class BuildHooksWorker # rubocop:disable Scalability/IdempotentWorker
queue_namespace :pipeline_hooks
feature_category :continuous_integration
urgency :high
data_consistency :delayed, feature_flag: :load_balancing_for_build_hooks_worker
data_consistency :delayed
 
DATA_CONSISTENCY_DELAY = 3
 
Loading
Loading
---
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
Loading
Loading
@@ -45,6 +45,5 @@
 
it_behaves_like 'worker with data consistency',
described_class,
feature_flag: :load_balancing_for_build_hooks_worker,
data_consistency: :delayed
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment