Skip to content
Snippets Groups Projects
Unverified Commit 31dad53f authored by Marius Bobin's avatar Marius Bobin Committed by GitLab
Browse files

Merge branch '483012-update-to-sticky' into 'master'

Update InitialPipelineProcessWorker to sticky

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169466



Merged-by: default avatarMarius Bobin <mbobin@gitlab.com>
Approved-by: default avatarSylvester Chin <schin@gitlab.com>
Approved-by: default avatarTianwen Chen <tchen@gitlab.com>
Reviewed-by: default avatarMarius Bobin <mbobin@gitlab.com>
Reviewed-by: default avatarSylvester Chin <schin@gitlab.com>
parents b1c3a3c1 14de12dd
Branches andrey-remove-group-caching
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@ module Ci
class InitialPipelineProcessWorker
include ApplicationWorker
 
data_consistency :always
data_consistency :sticky, feature_flag: :sticky_initial_pipeline_process_worker
 
sidekiq_options retry: 3
include PipelineQueue
Loading
Loading
---
name: sticky_initial_pipeline_process_worker
feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/483012
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169466
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/499557
milestone: '17.6'
group: group::ci platform
type: worker
default_enabled: false
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