mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
When the spotify crawler loop would import an artist multiple
times in parallel the first would succeed but the following queries
would throw with following exception:
QueryFailedError: duplicate key value violates unique constraint "IDX_ARTIST_SPOTIFY_ID"
This error also could happen for the album or track.
|
||
|---|---|---|
| .. | ||
| dto | ||
| album.entity.ts | ||
| album.repository.ts | ||
| artist.entity.ts | ||
| artist.repository.ts | ||
| music-library.module.ts | ||
| music-library.service.spec.ts | ||
| music-library.service.ts | ||
| track.entity.ts | ||
| track.repository.ts | ||