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);
|
||||
|
||||
Reference in New Issue
Block a user