Skip to content

Move pipeline retry to worker [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Matija Čupić requested to merge mc/backstage/make-pipeline-retry-async into master

What does this MR do?

This makes the Projects::PipelinesController#retry endpoint async by moving the retrial to a background worker. The frontend does not depend on the pipeline being retried after the server responds - instead it just continuously polls for status updates.

Related #20785 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports