Change empty pipeline job name

This commit is contained in:
yangdx
2025-03-26 17:48:00 +08:00
parent ebb8b7799c
commit 922fc914be

View File

@@ -377,7 +377,7 @@ async def initialize_pipeline_status():
{ {
"autoscanned": False, # Auto-scan started "autoscanned": False, # Auto-scan started
"busy": False, # Control concurrent processes "busy": False, # Control concurrent processes
"job_name": "Default Job", # Current job name (indexing files/indexing texts) "job_name": "-", # Current job name (indexing files/indexing texts)
"job_start": None, # Job start time "job_start": None, # Job start time
"docs": 0, # Total number of documents to be indexed "docs": 0, # Total number of documents to be indexed
"batchs": 0, # Number of batches for processing documents "batchs": 0, # Number of batches for processing documents