Skip to content

WIP: Add pipeline unlock worker to cron

Grzegorz Bizon requested to merge feature/add-pipeline-unlock-worker into master

What does this MR do?

PipelineUnlockWorker will be responsible for taking care about locked pipelines. Pipeline can become locked in case of async job that was responsible for triggering pipeline processing, does not get executed.

Does this MR meet the acceptance criteria?

  • Changelog added
  • Tests added for this feature

Merge request reports