Developer 02
75e7e9925b
feat(Program): make Quartz cron schedule configurable via appsettings
...
- Replaced hardcoded cron expression with configuration-based `Worker:CronExpression`.
- Throws descriptive exception if cron expression is missing.
- Keeps previous worker and DB context setup unchanged.
2025-11-04 15:37:20 +01:00
Developer 02
0a175b9e9d
refactor: remove unnecessary while loop in Worker.Execute
2025-11-04 15:18:38 +01:00
Developer 02
08ca116628
refactor(worker): replace BackgroundService with Quartz IJob for scheduled execution
...
- Removed inheritance from BackgroundService
- Implemented Quartz IJob interface for better scheduling control
- Replaced ExecuteAsync with Execute(IJobExecutionContext)
- Updated cancellation handling to use context.CancellationToken
2025-11-04 14:49:56 +01:00
b5cd42b6fa
add WorkerOptions.
...
- bind IntervalInMin with worker task delay
2025-11-03 16:38:41 +01:00
8403ce2c6a
init EnvelopeGenerator.Finalizer
2025-10-30 16:31:22 +01:00