refactor(background): enhance BackgroundTask and VisualRecognitionTaskProcessor structure and logging

This commit is contained in:
shiyu
2025-06-08 16:48:47 +08:00
parent d46b87449c
commit 4ef4b2056b
8 changed files with 108 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
using Foxel.Models.DataBase;
using Foxel.Services.Background.Processors; // For VisualRecognitionPayload
using Foxel.Services.Background.Processors;
namespace Foxel.Services.Background;