You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- sync_gitea_repo_update_time:
- cron: "0 0 * * *"
- class: "SyncRepoUpdateTimeJob"
- queue: default
-
- delay_expired_issue:
- cron: "0 0 * * *"
- class: "DelayExpiredIssueAndMilestoneJob"
- queue: message
-
- create_daily_project_statistics:
- cron: "0 1 * * *"
- class: "DailyProjectStatisticsJob"
- queue: cache
-
- daily_platform_statistics:
- cron: "0 1 * * *"
- class: "DailyPlatformStatisticsJob"
- queue: default
|