w0rd-driven / beatseek

Seek the music you may be missing by analyzing your collection
https://beatseek.fly.dev/
MIT License
3 stars 0 forks source link

Dropdown for Oban UI #56

Closed w0rd-driven closed 1 year ago

w0rd-driven commented 1 year ago
w0rd-driven commented 1 year ago

The Oban worker algorithm looks for the next_id > current_id so as we perform an individual artist verify using the worker, it in turn retries all our previously unverified artists. There are something like 10 or so in my collection that need a few words changed or return results from Spotify but no albums? I managed to munge the case statement somehow too by returning a notification instead of just the broadcast but things do finalize. It likely takes more than one response, the first writes to the database and the second returns something that makes the conditionals pass.