more fixes

This commit is contained in:
2026-03-12 07:22:38 +01:00
parent 547215cbe8
commit 4f576ceb04
226 changed files with 14380 additions and 4453 deletions

View File

@@ -109,3 +109,8 @@ Schedule::command('nova:recalculate-rankings --sync-rank-scores')
->name('ranking-v2')
->withoutOverlapping()
->runInBackground();
Schedule::command('forum:scan-posts')
->everyTenMinutes()
->name('forum-scan-posts')
->withoutOverlapping();