Conversation
feat: implement batch processing to stabilize large library scans - Add configurable batch processing (BATCH_SIZE, BATCH_DELAY_SECONDS) - Process items in chunks to prevent API overwhelming and database locks - Default to 100 items per batch with 10s delay between batches - Maintain full backward compatibility with existing configurations - Add smart messaging that only shows verbose output for large libraries - Include comprehensive tests and documentation Closes nullable-eth#26
Updating batch info on Readme
added batch information
|
Hey @dgomesbr, thanks for these contributions! The batch processing and exponential backoff features look solid and address real issues for users with large libraries. I found a couple of issues: 🔴 Bug: Missing
|
Feature/exponential backoff added to both Sonarr and Radarr clients with sensible defaults.