Skip to content

Fix Sidekiq warning for Gitlab::GithubImport::*Worker

What does this MR do and why?

This MR is based on #383190 (closed) issue, and is fixing the Sidekiq warning that the Gitlab::GithubImport::*Worker causes in the logs.

How to set up and validate locally

  1. Checkout the branch
  2. Execute GitHub import
  3. Checkout the logs log/sidekiq.log, and validate there are no warnings, such as: Job arguments to Gitlab::GithubImport::*Worker do not serialize to JSON safely. This will raise an error in\nSidekiq 7.0. ...

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #383190 (closed)

Edited by Bojan Marjanovic

Merge request reports