soulsync/webui
Broque Thomas 9d77c403cc Fix Spotify enrichment worker infinite loop on pre-matched artists
Artists with an existing spotify_artist_id but NULL spotify_match_status
were fetched by the priority queue every ~3 seconds. _process_artist
returned early (preserving the ID) without marking the status, so the
same artist was re-queued indefinitely — burning CPU and inflating API
call counters. Now marks the artist as 'matched' on the early-return
path.
2026-04-15 20:37:20 -07:00
..
static Fix Spotify enrichment worker infinite loop on pre-matched artists 2026-04-15 20:37:20 -07:00
index.html Add inbound music request API and webhook automation trigger 2026-04-15 20:35:39 -07:00