meilisearch / meilisearch-rust

Rust wrapper for the Meilisearch API.

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks in state Processing do not have startedAt time

Revertron opened this issue · comments

I'm unable to get startedAt time for current processing tasks.

Processing {
    content: EnqueuedTask {
        enqueued_at: 2023-04-27 1:26:02.3257223 +00:00:00,
        index_uid: Some(
            "books",
        ),
        update_type: DocumentAdditionOrUpdate {
            details: Some(
                DocumentAdditionOrUpdate {
                    indexed_documents: None,
                    received_documents: 2000,
                },
            ),
        },
        uid: 6160,
    },
}

But the API has this field.

Hey @Revertron
It seems we forgot to add that field 😅 It should be added.