队列优化

This commit is contained in:
wong
2025-12-01 15:42:54 +08:00
parent 43e9930b45
commit d3fae3bbd0
4 changed files with 1015 additions and 0 deletions

View File

@@ -42,4 +42,7 @@ return [
'wechat:calculate-score' => 'app\command\CalculateWechatAccountScoreCommand', // 统一计算微信账号健康分
'wechat:update-score' => 'app\command\UpdateWechatAccountScoreCommand', // 更新微信账号评分记录
// 统一任务调度器
'scheduler:run' => 'app\command\TaskSchedulerCommand', // 统一任务调度器,支持多进程并发执行
];