Skip to content

Disable Sidekiq when importing a GitLab project from a file

Stan Hu requested to merge sh-fix-issue-48836 into master

The actual import can take over 40 seconds to run, which can cause request timeouts. This should be done inside gitlab-qa, where Sidekiq is actually running.

Closes #48836 (closed)

Merge request reports