完善数据填充脚本 & 移除 cron 任务 & 兼容旧事件

This commit is contained in:
2026-06-16 16:10:00 +08:00
parent 49d2df54f5
commit 9c6b07ad8c
8 changed files with 7563 additions and 6664 deletions

View File

@@ -1,9 +1,7 @@
package events
import "github.com/hibiken/asynq"
const RefreshEdge = "edge:refresh"
func NewRefreshEdge() *asynq.Task {
return asynq.NewTask(RefreshEdge, nil)
}
// func NewRefreshEdge() *asynq.Task {
// return asynq.NewTask(RefreshEdge, nil)
// }