成就定时扫描增加解锁通知
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ Schedule::command('messages:purge')->dailyAt('03:00');
|
||||
Schedule::command('chatroom:auto-save-exp')->everyFiveMinutes();
|
||||
|
||||
// 每 10 分钟扫描最近活跃用户的成就进度,夜间再做一次全量补算
|
||||
Schedule::command('achievements:scan')->everyTenMinutes()->withoutOverlapping();
|
||||
Schedule::command('achievements:scan --notify')->everyTenMinutes()->withoutOverlapping();
|
||||
Schedule::command('achievements:scan --all')->dailyAt('03:30')->withoutOverlapping();
|
||||
|
||||
// 每 1 分钟为 AI小班长 独立模拟一次挂机心跳,触发随机事件
|
||||
|
||||
Reference in New Issue
Block a user