worker чтение ESPPTemplates переведено на очередь MQ
This commit is contained in:
@@ -15,8 +15,10 @@ namespace PARR.EsppTemplateSyncWorker
|
||||
|
||||
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
|
||||
{
|
||||
|
||||
await templateSyncer.StartAsync();
|
||||
|
||||
|
||||
//while (!stoppingToken.IsCancellationRequested)
|
||||
//{
|
||||
// _logger.LogInformation("Worker running at: {time}", DateTimeOffset.Now);
|
||||
|
||||
@@ -33,6 +33,11 @@
|
||||
},
|
||||
"GlobalSettings": {
|
||||
"MqSettings": {
|
||||
"HostName": "10.99.253.216",
|
||||
"QueueName": "parr-espp-templates",
|
||||
"UserName": "rmuser",
|
||||
"Password": "rmpassword",
|
||||
"CheckIntervalSeconds": 30
|
||||
|
||||
},
|
||||
"StorageSettings": {
|
||||
|
||||
Reference in New Issue
Block a user