We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b6613 commit b38c203Copy full SHA for b38c203
src/Certify.Server/Certify.Server.Core/Certify.Server.Core/WindowsBackgroundService.cs
@@ -1,6 +1,5 @@
1
namespace Certify.Server.Core
2
{
3
-
4
public class WindowsBackgroundService : BackgroundService
5
6
public WindowsBackgroundService(ILoggerFactory loggerFactory)
@@ -18,8 +17,6 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
18
17
19
while (!stoppingToken.IsCancellationRequested)
20
21
- Logger.LogInformation("Service is doing background work.");
22
23
await Task.Delay(TimeSpan.FromSeconds(5), stoppingToken);
24
}
25
0 commit comments