Refactored k8s manifest
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using LiteCharms.Features.Quartz.Abstractions;
|
||||
|
||||
namespace LiteCharmsScheduler.Workers
|
||||
{
|
||||
public class JobWorker(IJobOrchestrator jobOrchestrator, ILogger<JobWorker> logger, IConfiguration configuration) : BackgroundService
|
||||
public class JobWorker(ILogger<JobWorker> logger) : BackgroundService
|
||||
{
|
||||
protected override async Task ExecuteAsync(CancellationToken stoppingToken) =>
|
||||
logger.LogInformation("Midrand Books jobs initialized");
|
||||
|
||||
Reference in New Issue
Block a user