#28 - Periodically backup service state and restore state if serive is restarted #30

Merged
henry merged 5 commits from restore-state into main 2025-07-04 16:08:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e8a7cc588f - Show all commits

View File

@ -34,7 +34,7 @@ namespace AccessQueueService.Services
}
catch (Exception ex)
{
_logger.LogError(ex, "Exception occurred during background cleanup.");
_logger.LogError(ex, "Exception occurred while trying to write state in background backup service.");
}
await Task.Delay(backupIntervalSeconds, stoppingToken);
}