v3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
using ProperDI.Azure.Endpoints.ResourceGroup.LogLooker;
|
||||
using ProperDI.Azure.Endpoints.ResourceGroup;
|
||||
|
||||
public class RoleAssesorBackgroundService : IHostedService, IDisposable
|
||||
{
|
||||
@@ -57,7 +57,7 @@ public class RoleAssesorBackgroundService : IHostedService, IDisposable
|
||||
if (cancellationToken.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
await _activityLogReader.Scan(cancellationToken);
|
||||
await _activityLogReader.ScanAppAsync("Test", cancellationToken, null);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user