deploy: auto commit server changes 2026-06-11 20:44:36
This commit is contained in:
@@ -43,7 +43,15 @@ class KbRebuild extends Command
|
||||
}
|
||||
}
|
||||
|
||||
KbSyncService::markLotteryBackfillJobs();
|
||||
if (in_array('article', $targets, true)) {
|
||||
KbSyncService::markArticleBackfillJobs();
|
||||
}
|
||||
if (in_array('match', $targets, true)) {
|
||||
KbSyncService::markMatchBackfillJobs();
|
||||
}
|
||||
if (in_array('lottery', $targets, true)) {
|
||||
KbSyncService::markLotteryBackfillJobs();
|
||||
}
|
||||
$output->writeln(sprintf('[kb:rebuild] success=%d failed=%d', $summary['success'], $summary['failed']));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user