mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
stop adding one enqueued tasks to all unprioritized batches
This commit is contained in:
parent
cbcf6c9ba3
commit
cb0c3a5aad
2 changed files with 5 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue