fix(maintenance): sweep artist_metadata rows nothing references #252

Open
yonlu wants to merge 1 commits from fix/248-artist-metadata-sweep into main
Owner
commit issue
e745acf8 fix(maintenance): sweep artist_metadata rows nothing references #248

Verification

  • go test ./backend/maintenance/...
  • golangci-lint run .

artist_metadata was classified Cache/Swept but had no sweep and no
DELETE anywhere. Sweeps rows whose MBID is neither a library artist nor
holding cached artwork, registered with the janitor.

Closes #248

| commit | issue | |---|---| | `e745acf8` fix(maintenance): sweep artist_metadata rows nothing references | #248 | ## Verification - `go test ./backend/maintenance/...` - `golangci-lint run .` `artist_metadata` was classified `Cache/Swept` but had no sweep and no DELETE anywhere. Sweeps rows whose MBID is neither a library artist nor holding cached artwork, registered with the janitor. Closes #248
yonlu added 1 commit 2026-09-09 14:23:36 +00:00
fix(maintenance): sweep artist_metadata rows nothing references
CI / check (push) Skipped
CI / e2e (push) Skipped
CI / check (pull_request) Successful in 3m6s
CI / e2e (pull_request) Successful in 11m22s
e745acf88a
artist_metadata was classified Cache/Swept but had no sweep and no
DELETE anywhere, so long-lived entity data (no TTL by design) grew for
the life of the install.  Sweep rows whose MBID is neither a library
artist nor holding cached artwork, and register the job with the
janitor.

Closes #248
All checks were successful
CI / check (push) Skipped
Required
CI / e2e (push) Skipped
Required
CI / check (pull_request) Successful in 3m6s
Required
Details
CI / e2e (pull_request) Successful in 11m22s
Required
Details
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/248-artist-metadata-sweep:fix/248-artist-metadata-sweep
git checkout fix/248-artist-metadata-sweep
Sign in to join this conversation.