Skip to content

Fix temp file being deleted after the request while importing a GitLab project

James Lopez requested to merge fix/gitlab-import-project-file-fix into master

Fixes https://gitlab.com/gitlab-com/infrastructure/issues/151

In production, the temporary uploaded file is getting deleted straight after the request so the Sidekiq worker is unable to find it in /tmp

Also, improved erroring/logging of this situation.

Merge request reports