feat(processing-image): displaying initial status from response

This commit is contained in:
2025-04-26 11:41:44 +01:00
parent e2a4b85d15
commit b27e191e5c
4 changed files with 41 additions and 21 deletions

View File

@@ -43,8 +43,6 @@ func ListenNewImageEvents(db *sql.DB, eventManager *EventManager) {
databaseEventLog.Debug("Starting processing image", "ImageID", imageId)
time.Sleep(10 * time.Second)
ctx := context.Background()
go func() {