mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-17 01:48:17 +00:00
90 lines
3.1 KiB
Plaintext
90 lines
3.1 KiB
Plaintext
---
|
|
source: crates/index-scheduler/src/lib.rs
|
|
snapshot_kind: text
|
|
---
|
|
### Autobatching Enabled = true
|
|
### Processing batch None:
|
|
[]
|
|
----------------------------------------------------------------------
|
|
### All Tasks:
|
|
0 {uid: 0, batch_uid: 0, status: succeeded, details: { primary_key: Some("mouse") }, kind: IndexCreation { index_uid: "catto", primary_key: Some("mouse") }}
|
|
1 {uid: 1, batch_uid: 1, status: succeeded, details: { primary_key: Some("sheep") }, kind: IndexCreation { index_uid: "doggo", primary_key: Some("sheep") }}
|
|
2 {uid: 2, batch_uid: 2, status: failed, error: ResponseError { code: 200, message: "Planned failure for tests.", error_code: "internal", error_type: "internal", error_link: "https://docs.meilisearch.com/errors#internal" }, details: { primary_key: Some("fish") }, kind: IndexCreation { index_uid: "whalo", primary_key: Some("fish") }}
|
|
----------------------------------------------------------------------
|
|
### Status:
|
|
enqueued []
|
|
succeeded [0,1,]
|
|
failed [2,]
|
|
----------------------------------------------------------------------
|
|
### Kind:
|
|
"indexCreation" [0,1,2,]
|
|
----------------------------------------------------------------------
|
|
### Index Tasks:
|
|
catto [0,]
|
|
doggo [1,]
|
|
whalo [2,]
|
|
----------------------------------------------------------------------
|
|
### Index Mapper:
|
|
catto: { number_of_documents: 0, field_distribution: {} }
|
|
doggo: { number_of_documents: 0, field_distribution: {} }
|
|
|
|
----------------------------------------------------------------------
|
|
### Canceled By:
|
|
|
|
----------------------------------------------------------------------
|
|
### Enqueued At:
|
|
[timestamp] [0,]
|
|
[timestamp] [1,]
|
|
[timestamp] [2,]
|
|
----------------------------------------------------------------------
|
|
### Started At:
|
|
[timestamp] [0,]
|
|
[timestamp] [1,]
|
|
[timestamp] [2,]
|
|
----------------------------------------------------------------------
|
|
### Finished At:
|
|
[timestamp] [0,]
|
|
[timestamp] [1,]
|
|
[timestamp] [2,]
|
|
----------------------------------------------------------------------
|
|
### All Batches:
|
|
0 {uid: 0, }
|
|
1 {uid: 1, }
|
|
2 {uid: 2, }
|
|
----------------------------------------------------------------------
|
|
### Batch to tasks mapping:
|
|
0 [0,]
|
|
1 [1,]
|
|
2 [2,]
|
|
----------------------------------------------------------------------
|
|
### Batches Status:
|
|
succeeded [0,1,]
|
|
failed [2,]
|
|
----------------------------------------------------------------------
|
|
### Batches Kind:
|
|
"indexCreation" [0,1,2,]
|
|
----------------------------------------------------------------------
|
|
### Batches Index Tasks:
|
|
catto [0,]
|
|
doggo [1,]
|
|
whalo [2,]
|
|
----------------------------------------------------------------------
|
|
### Batches Enqueued At:
|
|
[timestamp] [0,]
|
|
[timestamp] [1,]
|
|
[timestamp] [2,]
|
|
----------------------------------------------------------------------
|
|
### Batches Started At:
|
|
[timestamp] [0,]
|
|
[timestamp] [1,]
|
|
[timestamp] [2,]
|
|
----------------------------------------------------------------------
|
|
### Batches Finished At:
|
|
[timestamp] [0,]
|
|
[timestamp] [1,]
|
|
[timestamp] [2,]
|
|
----------------------------------------------------------------------
|
|
### File Store:
|
|
|
|
----------------------------------------------------------------------
|