mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user