|
@ -29,9 +29,9 @@ public class TyrpOutgoingBackgroundWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[UnitOfWork(true,isolationLevel:IsolationLevel.ReadUncommitted, 50)] |
|
|
[UnitOfWork(true, isolationLevel: IsolationLevel.ReadUncommitted, 50)] |
|
|
protected override async Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) |
|
|
protected override async Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext) |
|
|
{ |
|
|
{ |
|
|
Logger.LogInformation($"Starting: Handling {Outgoing}"); |
|
|
Logger.LogInformation($"Starting: Handling {Outgoing}"); |
|
|
|
|
|
|
|
|
if (!_options.Value.OutgoingOptions.Active) |
|
|
if (!_options.Value.OutgoingOptions.Active) |
|
|