feat(arrs): support retroactive stats updates and dynamic indexer health classification#644
Merged
Conversation
javi11
reviewed
Jun 3, 2026
| WORKDIR /app | ||
|
|
||
| # Copy local nntppool module for the go.mod replace directive | ||
| COPY ./nntppool ./nntppool |
Contributor
Author
|
This was temporarily added to test our local changes/fixes for nntppool during development. Since the testing is complete and the replace directive is no longer in go.mod, I've removed this from the Dockerfile in the latest commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Consolidates real-time indexer statistics mapping, implements a native starr API background recovery worker to heal missed webhooks, and refines the Indexer Health dashboard.
Core Changes:
download_idduring grabs and imports, retroactively updatingindexer_import_statsto correct any out-of-order webhook delivery.Unknownindexers with adownload_id, queries the starr history APIs to resolve their actual indexers, and retroactively updates the DB. It operates with zero-overhead (making zero network requests when no gaps are present).>= 85.0%) ➡️EXCELLENT(Teal)50.0%to84.9%) ➡️MODERATE(Amber/Yellow)< 50.0%) ➡️POOR(Rose/Red)Review failure logswhen underperforming.All indexers performing well) when all indexers are at or above 75% success.tick={false}) to prevent text overlapping and crowdiness while keeping interactive tooltips fully operational.