Updates core system
continuous-integration/drone/pr Build is passing

Refactored k8s manifest
This commit is contained in:
Khwezi Mngoma
2026-06-03 08:45:21 +02:00
parent d4c005602e
commit 02c21319e6
3 changed files with 10 additions and 5 deletions
+1 -3
View File
@@ -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");