feat(templateMatcher): добавлен метод UpdateTemplatesForJob, MatchTemplates переименован в SyncTemplatesForJob+расширена логика работы.

This commit is contained in:
Mikhail Kuznetsov
2025-12-04 09:24:05 +10:00
parent 74419c0435
commit 219dadda1e
7 changed files with 289 additions and 55 deletions

View File

@@ -17,8 +17,9 @@
}
]
},
"MqSettings": {
"TemplateMatcher": { "HostName": "10.99.253.216" },
"TemplateGenerator": { "HostName": "10.99.253.216" }
}
"MqSettings": {
"TemplateMatcher": { "HostName": "10.99.253.216" },
"TemplateGenerator": { "HostName": "10.99.253.216" },
"TemplateUpdater": { "HostName": "10.99.253.216" }
}
}