another update
Local Docker Build (Dev) / build-dev (push) Successful in 28s

This commit is contained in:
2025-09-25 18:51:21 -04:00
parent 70302837a7
commit 714fceec98
+1 -1
View File
@@ -200,7 +200,7 @@ def register_routes(
_log("INFO", f"Manual scan completed: {total_processed} items processed")
background_tasks.add_task(scan_libraries)
return {"status": "started", "message": "Manual scan initiated"}
return {"status": "started", "message": "Manual scan initiated", "note": "Scan running in background - check logs for progress"}
except Exception as e:
_log("ERROR", f"Manual scan failed: {e}")
raise HTTPException(status_code=500, detail=f"Manual scan failed: {str(e)}")