Merge pull request #5488 from meilisearch/try-batch-end-reason

add "batcher stopped because" field to batch objects
This commit is contained in:
Tamo 2025-04-17 08:26:31 +00:00 committed by GitHub
commit e9b4794f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
145 changed files with 1143 additions and 889 deletions

View file

@ -26,7 +26,8 @@ source: crates/meilisearch/tests/dumps/mod.rs
},
"duration": "[date]",
"startedAt": "[date]",
"finishedAt": "[date]"
"finishedAt": "[date]",
"batcherStoppedBecause": "batched all enqueued tasks"
},
{
"uid": 1,
@ -49,7 +50,8 @@ source: crates/meilisearch/tests/dumps/mod.rs
},
"duration": "PT0.144827890S",
"startedAt": "2025-02-04T10:15:21.275640274Z",
"finishedAt": "2025-02-04T10:15:21.420468164Z"
"finishedAt": "2025-02-04T10:15:21.420468164Z",
"batcherStoppedBecause": "unspecified"
},
{
"uid": 0,
@ -69,7 +71,8 @@ source: crates/meilisearch/tests/dumps/mod.rs
},
"duration": "PT0.032902186S",
"startedAt": "2025-02-04T10:14:43.559526162Z",
"finishedAt": "2025-02-04T10:14:43.592428348Z"
"finishedAt": "2025-02-04T10:14:43.592428348Z",
"batcherStoppedBecause": "unspecified"
}
],
"total": 3,