Skip to content

Rename StuckImportJobsWorker to StuckProjectImportJobsWorker

Alexandru Croitor requested to merge 218563-rename-stuck-import-jobs into master

What does this MR do?

Rename StuckImportJobsWorker to Gitlab::Import::StuckProjectImportJobsWorker.

We now have 2 types of imports: project import and jira issue import and we have 2 types of workers to check for stuck import jobs. Renaming the classes that check for stuck import jobs should help to make the code easier to read and understand.

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

Closes #218563 (closed)

Edited by Alexandru Croitor

Merge request reports