marcderbauer / songcrawler

Crawl Spotify and Genius for all the songs of your favourite artist!
MIT License
0 stars 0 forks source link

Save even if error #26

Open marcderbauer opened 1 year ago

marcderbauer commented 1 year ago

When a playlist recieves an error while querying from the API (such as a timeout) then the entire batch gets dropped. All previously gathered songs are just ignored. I haven't checked, but I assume the same holds true for albums.

Desired behaviour:

Decided to create a ticket as this is out of scope for the base behaviour of #9

marcderbauer commented 1 year ago

This should have some sort of solution out there. How to gather the results form a pool if one of the threads / processes fails. Google this!