Skip to content

fix(requests): improve download status detection and add re-search feature#94

Merged
lklynet merged 1 commit intomainfrom
perf/requests-api-loadtime-improvements
Feb 24, 2026
Merged

fix(requests): improve download status detection and add re-search feature#94
lklynet merged 1 commit intomainfrom
perf/requests-api-loadtime-improvements

Conversation

@lklynet
Copy link
Owner

@lklynet lklynet commented Feb 24, 2026

  • Fix detection of failed downloads by checking multiple fields for failure indicators
  • Mark stale grabbed items (15+ minutes old) as failed to prevent indefinite processing
  • Add re-search button for failed requests to trigger manual search
  • Optimize requests endpoint with caching and lazy fetching of album/artist details
  • Fix frontend polling to only fetch status for active albums instead of all

…ature

- Fix detection of failed downloads by checking multiple fields for failure indicators
- Mark stale grabbed items (15+ minutes old) as failed to prevent indefinite processing
- Add re-search button for failed requests to trigger manual search
- Optimize requests endpoint with caching and lazy fetching of album/artist details
- Fix frontend polling to only fetch status for active albums instead of all
@lklynet lklynet merged commit f7c045e into main Feb 24, 2026
2 checks passed
@lklynet lklynet deleted the perf/requests-api-loadtime-improvements branch February 24, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When opening the request tab, Lidarr balloons in GB of ram and CPU use, slow response.

1 participant