feat(dal): изменен размер LoadBatchSize

This commit is contained in:
Mikhail Trubnikov
2026-03-06 15:10:30 +10:00
parent b001c45c40
commit 8cfccd7671
5 changed files with 29 additions and 8 deletions

View File

@@ -65,12 +65,6 @@ namespace PARR.NextRun
{
logger.LogInformation("Начинаю обновлять NextRun по расписанию");
//// обновляем для групп у которых не включено автораспределение
//await UpdateNextRunWithEsppScheduleAsync(templateService, nextRunService, jobGroupService);
//// для групп у которых включено автораспределение
//await UpdateNextRunWithAutodistributeScheduleAsync(templateService, nextRunService, jobGroupService);
await UpdateNextRunAsync(templateService, nextRunService, jobGroupService);
logger.LogInformation($"Завершено обновление полей NextRun.");