Duplicate key value violates unique constraint "index_namespaces_name_parent_id_type"
Sentry is displaying consistent duplicate key errors.
ActiveRecord::RecordNotUnique
PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_namespaces_name_parent_id_type"
DETAIL: Key (name, parent_id, type)=(CODEOWNERS, 5810708, Group) already exists.
Might be gitlab bot doing this? We should at least handle this issue before raising an exception.
Edited by Alex Pooley
