prod: repo-updater: insert: pq: duplicate key value violates unique constraint "repo_external_service_unique_idx"
View options
- Truncate descriptions
Created by: slimsag
on Sourcegraph.com we are seeing jump-to-code-host links not appearing. This is due to a query to repo-updater to lookup the repository failing:
(There is a separate issue to make the frontend actually report this error instead of silently not display the link, https://github.com/sourcegraph/sourcegraph/issues/3589)
This is occurring because the repo lookup request to repo-updater is violating a constraint:
To reproduce this simply visit any repository on Sourcegraph.com and look for the GraphQL?Repository
query's x-trace
header, which will be a Lightstep link.

