更改:项目排行榜使用数据存储以及数据导出的功能

This commit is contained in:
2023-12-19 14:57:54 +08:00
parent 016a2f8cf5
commit 21f559f254
9 changed files with 153 additions and 86 deletions

View File

@@ -7,3 +7,8 @@ delay_expired_issue:
cron: "0 0 * * *"
class: "DelayExpiredIssueJob"
queue: message
create_daily_project_statistics:
cron: "0 1 * * *"
class: "DailyProjectStatisticsJob"
queue: cache