gitlab-org--gitlab-foss/changelogs/unreleased/sh-clean-up-bitbucket-import-errors.yml
Stan Hu 30f52b690f Avoid storing backtraces from Bitbucket Cloud imports in the database
We noticed in
https://gitlab.com/gitlab-com/gl-infra/production/issues/908 some
Bitbucket imports took over a second to load their projects row because
`import_error` was huge due to errors. To prevent this, we now:

1. Clean the backtraces
2. Log the details into importer.log
3. Omit the details from the database
2019-06-19 12:04:24 -07:00

5 lines
128 B
YAML

---
title: Avoid storing backtraces from Bitbucket Cloud imports in the database
merge_request: 29862
author:
type: performance