deploy: auto commit server changes 2026-06-11 20:44:36
This commit is contained in:
@@ -22,8 +22,9 @@ class KbConsume extends Command
|
||||
protected function execute(Input $input, Output $output)
|
||||
{
|
||||
$batch = max(1, (int) $input->getOption('batch'));
|
||||
KbSyncService::markLotteryBackfillJobs($batch);
|
||||
KbSyncService::markMatchBackfillJobs($batch);
|
||||
KbSyncService::markArticleBackfillJobs($batch);
|
||||
KbSyncService::markLotteryBackfillJobs($batch);
|
||||
|
||||
$jobs = AiKbSyncJob::where('status', AiKbSyncJob::STATUS_PENDING)
|
||||
->where('scheduled_at', '<=', time())
|
||||
|
||||
Reference in New Issue
Block a user