Skip to content

Fix timing problems running imports on production

James Lopez requested to merge fix/importing-io-timing-issue into master

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

I've found out that in staging, the imported file is not copied fully by the time sidekiq runs the job, this should hopefully fix it. (Tested against staging).

Merge request reports