stop adding one enqueued tasks to all unprioritized batches

This commit is contained in:
Tamo 2024-12-04 15:43:05 +01:00
parent cbcf6c9ba3
commit cb0c3a5aad
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 5 additions and 6 deletions

View file

@ -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",