migration #18

Merged
khwezi merged 2 commits from migration into master 2026-05-15 22:05:37 +02:00
Showing only changes of commit e19f98e7ca - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ namespace LiteCharmsScheduler.Workers
{
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
await jobOrchestrator.ScheduleAsync(ProcessEmailNotificationsEvent.Create(), "0 0/1 * * * ?", stoppingToken);
await jobOrchestrator.ScheduleAsync(ProcessEmailNotificationsEvent.Create(), "0 */5 * * * ?", stoppingToken);
logger.LogInformation("Startup jobs scheduled");
}