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

Merge branch '332586-load_balancing_for_build_queue_worker-rollout' into 'master'

Utilize load balancing for BuildQueueWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!64180
parents 57c7a711 57a35133
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ class BuildQueueWorker # rubocop:disable Scalability/IdempotentWorker
feature_category :continuous_integration
urgency :high
worker_resource_boundary :cpu
data_consistency :sticky, feature_flag: :load_balancing_for_build_queue_worker
data_consistency :sticky
 
# rubocop: disable CodeReuse/ActiveRecord
def perform(build_id)
Loading
Loading
---
name: load_balancing_for_build_queue_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63212
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/332586
milestone: '14.0'
type: development
group: group::memory
default_enabled: false
Loading
Loading
@@ -26,6 +26,5 @@
 
it_behaves_like 'worker with data consistency',
described_class,
feature_flag: :load_balancing_for_build_queue_worker,
data_consistency: :sticky
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