Skip to content

Create the merge request pipeline asynchronously [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Marc Shaw requested to merge move_pipeline_creation_async into master

What does this MR do?

Related Issue: #218410 (closed)

This merge request is to move out the synchronous call to the create pipeline service and make it asynchronous. This is part of the larger issue above to improve the update merge request worker. This doesn't directly help us reduce the overall performance, but improves the speed of this worker. One of the issues of the worker is that it is doing a lot of things and it is difficult to see where the slowness is coming from. So the aim is that by splitting out where we can, it will give us more insight into where the actual problems in the worker are.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports