优化队列

This commit is contained in:
2026-01-13 20:27:18 +08:00
parent 7eb9d49ede
commit bea3dcd873
3 changed files with 404 additions and 50 deletions

View File

@@ -22,5 +22,5 @@ return [
'process:gift_queue' => 'app\common\command\ProcessGiftQueue',
'queue:monitor' => 'app\common\command\QueueMonitor',
'migrate:money_log' => 'app\common\command\MigrateMoneyLog',
'emergency:gift_queue' => 'app\common\command\EmergencyGiftQueue',
];