Rename CreateCrossProjectPipelineWorker to CreateDownstreamPipelineWorker
Problem
To create parent child pipelines we renamed CreateCrossProjectPipelineService to CreateDownstreamPipelineService. We should rename the worker to CreateDownstreamPipelineWorker.
Steps:
- Create a new duplicate worker
Ci::CreateDownstreamPipelineWorkerand use it with a replacement ofCi::CreateCrossProjectPipelineWorkerbehind a feature flag as suggested in the doc. - Remove the feature flag in the next milestone.
- Remove the worker in the subsequent milestone - https://docs.gitlab.com/ee/development/sidekiq_style_guide.html#removing-workers
Edited by Matija Čupić