Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks in state Processing do not have startedAt time #462

Closed
Revertron opened this issue Apr 27, 2023 · 1 comment · Fixed by #485
Closed

Tasks in state Processing do not have startedAt time #462

Revertron opened this issue Apr 27, 2023 · 1 comment · Fixed by #485
Labels
bug Something isn't working

Comments

@Revertron
Copy link

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.

@bidoubiwa bidoubiwa added the bug Something isn't working label Apr 27, 2023
@bidoubiwa
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants