feat(dal): TaskManagementService - создать задачу в БД и отправить в очередь

This commit is contained in:
Mikhail Trubnikov
2026-03-23 16:56:31 +10:00
parent eb116bc16e
commit 583da7e433
14 changed files with 220 additions and 116 deletions

View File

@@ -11,6 +11,9 @@
{
public required string Name { get; set; }
/// <summary>
/// Промежуток времени, если робот не доступен, не считаем это ошибкой
/// </summary>
public TimeSpan InaccessibilityTime { get; set; }
}