Skip to content

Simplify BuildFinishedWorker

Erick Bajao requested to merge eb-clean-up-build-finished-worker into master

What does this MR do?

Solves #249826 (closed)

We need to execute the service and method calls directly on the build instead of passing them on to separate worker classes just to be executed synchronously inline anyway. We don't need these workers anymore and we can reduce the number of queues. Related to gitlab-com/gl-infra&194 (closed).

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

Merge request reports