Add download cleaner and dry run (#58)

This commit is contained in:
Marius Nechifor committed 2025-02-16 03:20:00 +02:00
1 parent 19b3675701
commit 596a5aed8d
87 files changed
+2507 -413

No files matched your search

+1 -1
View File
@@ -6,7 +6,7 @@ namespace Executable.Jobs;
[DisallowConcurrentExecution]
public sealed class GenericJob<T> : IJob
where T : GenericHandler
where T : IHandler
{
private readonly ILogger<GenericJob<T>> _logger;
private readonly T _handler;