Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split LibraryScan and Rematching into separate background tasks #166

Conversation

michael-j-green
Copy link
Member

Removed the rematching task from LibraryScan - this process now only has one job: to ensure the database is consistent with what's on disk.

Created a new task called Rematcher - it runs once a day (every 1440 minutes), and only on a limited subset of targets. It selects the first 100 ROM's which have a platform or a game of unknown, AND who's last rematch date was more than 30 days ago (or NULL).

@michael-j-green michael-j-green added bug Something isn't working enhancement New feature or request title matching Issue is related to the title matching engine labels Oct 17, 2023
@michael-j-green michael-j-green added this to the v1.7.0 milestone Oct 17, 2023
@michael-j-green michael-j-green self-assigned this Oct 17, 2023
@michael-j-green michael-j-green merged commit 7ae6eb8 into main Oct 17, 2023
4 checks passed
@michael-j-green michael-j-green deleted the 149-in-large-libraries-libraryscan-can-prevent-any-other-process-from-running branch October 17, 2023 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request title matching Issue is related to the title matching engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In large libraries LibraryScan can prevent any other process from running
1 participant