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

Artisan command es:index-scores:queue's --user option should also check indexed ids #11578

Open
nanaya opened this issue Oct 22, 2024 · 0 comments

Comments

@nanaya
Copy link
Collaborator

nanaya commented Oct 22, 2024

Currently all it does is fetching score ids from scores table for the specified user and queuing them.

There's case when deleted score somehow got stuck in the index and the command won't remove it because the id isn't in the table anymore.

The command should be updated to fetch the ids both from index and table.

Reference: ppy/osu#29943

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant