mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
aae099e330
3851: Expose lastUpdate and isIndexing in /stats endpoint r=dureuill a=gentcys # Pull Request ## Related issue Fixes #3843 ## What does this PR do? - expose lastUpdate in `/stats` endpoint - expose isIndex in `stats` endpoint - add a method `is_task_processing` in index-scheduler/src/lib.rs. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Cong Chen <cong.chen@ocrlabs.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com> |
||
---|---|---|
.. | ||
cancel_enqueued_task | ||
cancel_mix_of_tasks | ||
cancel_processing_task | ||
cancel_succeeded_task | ||
do_not_batch_task_of_different_indexes | ||
document_addition | ||
document_addition_and_document_deletion | ||
document_addition_and_index_deletion | ||
document_addition_and_index_deletion_on_unexisting_index | ||
document_deletion_and_document_addition | ||
fail_in_process_batch_for_document_addition | ||
fail_in_process_batch_for_index_creation | ||
fail_in_update_task_after_process_batch_success_for_document_addition | ||
insert_task_while_another_task_is_processing | ||
panic_in_process_batch_for_index_creation | ||
process_tasks_inserted_without_new_signal | ||
process_tasks_without_autobatching | ||
query_tasks_canceled_by | ||
query_tasks_from_and_limit | ||
query_tasks_simple | ||
query_tasks_special_rules | ||
register | ||
swap_indexes | ||
swap_indexes_errors | ||
task_deletion_delete_same_task_twice | ||
task_deletion_deleteable | ||
task_deletion_undeleteable | ||
test_auto_deletion_of_tasks | ||
test_document_addition_cant_create_index_with_index | ||
test_document_addition_cant_create_index_with_index_without_autobatching | ||
test_document_addition_cant_create_index_without_index | ||
test_document_addition_cant_create_index_without_index_without_autobatching | ||
test_document_addition_mixed_right_without_index_starts_with_cant_create | ||
test_document_addition_mixed_rights_with_index | ||
test_document_addition_with_bad_primary_key | ||
test_document_addition_with_multiple_primary_key | ||
test_document_addition_with_multiple_primary_key_batch_wrong_key | ||
test_document_addition_with_set_and_null_primary_key | ||
test_document_addition_with_set_and_null_primary_key_inference_works | ||
test_document_replace | ||
test_document_replace_without_autobatching | ||
test_document_update | ||
test_document_update_without_autobatching | ||
test_mixed_document_addition | ||
test_task_is_processing |