TASK:冷启动热度推荐;

This commit is contained in:
shahaibo
2025-06-10 12:02:14 +08:00
parent fe1219a59e
commit 18c95a88b9
3 changed files with 42 additions and 16 deletions

View File

@@ -527,7 +527,7 @@ def update_heat_matrices():
if __name__ == "__main__":
try:
# update_user_matrices()
update_user_matrices()
update_heat_matrices()
# scheduler = BlockingScheduler()
# scheduler.add_job(update_user_matrices, 'cron', hour=12, timezone='Asia/Shanghai')