feat(templateMatcher): Приоритет автоконтроля JobGroup>Job при создании/переиспользовании шаблона

This commit is contained in:
Mikhail Kuznetsov
2026-07-03 11:59:46 +10:00
parent 36e866f637
commit 9c27f81fe8
4 changed files with 8 additions and 11 deletions

View File

@@ -1,13 +1,11 @@
using Microsoft.EntityFrameworkCore;
using PARR.Core.Common.Interfaces;
using PARR.Core.Repositories.Interfaces.JobGroupRepositories;
using PARR.Domain.Cache;
using PARR.Domain.Entities.Base.History;
using PARR.Domain.Enums;
using PARR.EsppApi;
using PARR.EsppApi.Constants;
using PARR.EsppApi.Models.Query;
using PARR.TemplateMatcher;
using PARR.TemplateMatcher.Services.Implementations;
using PARR.TemplateMatcher.Services.Interfaces;
using PARR.Test.NextRun;
@@ -44,8 +42,7 @@ namespace PARR.Test
//var bbb = aaa.ToOffset(new TimeSpan(3, 0, 0));
//await TemplateMatcherTest();
await SimpleSyncTest();
await TemplateMatcherTest();