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

Create a background task to batch update ratings #37

Closed
cyanfish opened this issue Aug 7, 2016 · 2 comments
Closed

Create a background task to batch update ratings #37

cyanfish opened this issue Aug 7, 2016 · 2 comments
Assignees

Comments

@cyanfish
Copy link
Member

cyanfish commented Aug 7, 2016

Updating a large number of player ratings may take some time due to the lichess API limits. Therefore it should be performed as a background task with some mechanism (websockets?) to show progress.

@cyanfish
Copy link
Member Author

cyanfish commented Aug 8, 2016

After discussion we have decided to make this an automatic task that runs every 30 minutes without user interaction. We will also need some kind of priority queue to prioritize lichess API requests.

@cyanfish cyanfish self-assigned this Aug 9, 2016
@cyanfish
Copy link
Member Author

cyanfish commented Aug 9, 2016

Task created. See #39 for the prioritization issue.

@cyanfish cyanfish closed this as completed Aug 9, 2016
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

No branches or pull requests

1 participant