Fix jobs not being scheduled according to the cron expression (#187)

This commit is contained in:
Flaminel
2025-06-28 23:55:08 +03:00
committed by GitHub
parent 0ab8611f29
commit 0010dcb1c6
12 changed files with 165 additions and 123 deletions

View File

@@ -1,6 +1,5 @@
using System.Net;
using Cleanuparr.Infrastructure.Services;
using Infrastructure.Services;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Http;
using Microsoft.Extensions.Options;