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

Figure out mechanics of docker-ified cronjobs for ratings updates #20

Open
brilee opened this issue May 11, 2016 · 5 comments
Open

Figure out mechanics of docker-ified cronjobs for ratings updates #20

brilee opened this issue May 11, 2016 · 5 comments
Milestone

Comments

@brilee
Copy link
Contributor

brilee commented May 11, 2016

There should be a periodic (daily? hourly?) job that updates the ratings database with the latest results.

@brilee brilee added this to the Check that ratings math is working as expected milestone May 11, 2016
@artasparks
Copy link
Member

How long does it take the ratings algorithm to run?

@amj
Copy link
Member

amj commented May 25, 2016

with ~2000 games, it converges in ~10 seconds on a reasonably fast
machine. It hasn't been optimized at all. Ideally, the ratings horizon
will be as many games as we can rate in ~10min.

On Wed, May 25, 2016 at 3:23 PM, Josh Hoak [email protected] wrote:

How long does it take the ratings algorithm to run?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#20 (comment)

@brilee
Copy link
Contributor Author

brilee commented Sep 13, 2016

amj commented

We've got the ratings math, and the games, and it's time to bring the two together.

Ideally, this would be a script that could be run via cron and would be parameterizable w/ the 'effective at' time.

@amj
Copy link
Member

amj commented Sep 13, 2016

So yeah, manage.py is pretty great; should i write this up as a manage.py job?

@brilee
Copy link
Contributor Author

brilee commented Sep 13, 2016

yeah, go for it!

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

3 participants