-
Notifications
You must be signed in to change notification settings - Fork 24
feat/custom-leaderboards-command #3926
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
Conversation
adds support for a command to update a project with a 'minimum_time' or 'spot_times' leaderboard
scoring/jobs.py
Outdated
| update_custom_leaderboard( | ||
| project_id=1, | ||
| minimum_time=None, | ||
| spot_times=None, | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add specific items here
be sure to add failsafes
598ff0b to
c2d63e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only things happening in this file is factoring out bits from a few bulky functions so they can be used by the new custom leaderboard update task.
c2d63e0 to
2fe00e1
Compare
adds a task to update a project with a 'minimum_time' or 'spot_times' leaderboard
adds a job to call this daily
closes #3927