mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
stop adding one enqueued tasks to all unprioritized batches
This commit is contained in:
@ -4333,15 +4333,15 @@ mod tests {
|
||||
"primaryKey": "mouse"
|
||||
},
|
||||
"stats": {
|
||||
"totalNbTasks": 2,
|
||||
"totalNbTasks": 1,
|
||||
"status": {
|
||||
"processing": 2
|
||||
"processing": 1
|
||||
},
|
||||
"types": {
|
||||
"indexCreation": 2
|
||||
"indexCreation": 1
|
||||
},
|
||||
"indexUids": {
|
||||
"catto": 2
|
||||
"catto": 1
|
||||
}
|
||||
},
|
||||
"startedAt": "1970-01-01T00:00:00Z",
|
||||
|
Reference in New Issue
Block a user