Change empty pipeline job name
This commit is contained in:
parent
ebb8b7799c
commit
922fc914be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue