Skip to content

Conversation

@lsabor
Copy link
Contributor

@lsabor lsabor commented Dec 13, 2025

adds a task to update a project with a 'minimum_time' or 'spot_times' leaderboard
adds a job to call this daily

closes #3927

adds support for a command to update a project with a 'minimum_time' or 'spot_times' leaderboard
scoring/jobs.py Outdated
Comment on lines 37 to 41
update_custom_leaderboard(
project_id=1,
minimum_time=None,
spot_times=None,
)
Copy link
Contributor Author

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

@lsabor lsabor force-pushed the feat/custom-leaderboards-command branch from 598ff0b to c2d63e0 Compare December 14, 2025 19:28
Copy link
Contributor Author

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.

@lsabor lsabor force-pushed the feat/custom-leaderboards-command branch from c2d63e0 to 2fe00e1 Compare December 14, 2025 19:45
@lsabor lsabor merged commit 85af9ab into main Dec 20, 2025
3 checks passed
@lsabor lsabor deleted the feat/custom-leaderboards-command branch December 20, 2025 17:05
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

Successfully merging this pull request may close these issues.

Custom Leaderboards

3 participants