bug fixes (#630)

* fix on old repos

* clean up broken leaderboards

* Update app/jobs/sync_repo_metadata_job.rb

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* remove broken lb logic

* Update db/migrate/20251116045400_clean_up_weekly_leaderboards.rb

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Echo
2025-11-16 00:23:42 -05:00
committed by GitHub
parent f728c4de25
commit 810f09828c
6 changed files with 244 additions and 313 deletions

View File

@@ -32,12 +32,6 @@ Rails.application.configure do
args: [ :daily ],
kwargs: { force_update: true }
},
weekly_leaderboard_update: {
cron: "*/2 * * * *",
class: "LeaderboardUpdateJob",
args: [ :weekly ],
kwargs: { force_update: true }
},
last_7_days_leaderboard_update: {
cron: "*/7 * * * *",
class: "LeaderboardUpdateJob",