Skip to content

WIP Split PagesWorker in 2 separate workers

Jacob Vosmaer requested to merge jv-split-pages-worker into master

What does this MR do?

This is related to &3980 (closed). We will be creating new Sidekiq workers for Pages. Currently, there is a PagesWorker that does two completely different things depending on its first argument. I don't think that is how we should organize this code. We should have multiple workers that each do 1 thing.

To prepare for that, this MR takes the existing PagesWorker and replaces it with PagesDeployWorker and PagesDeleteCleanupWorker.

Screenshots

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