mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat(http): implement is_indexing for stats
This commit is contained in:
parent
09d9a29176
commit
87412f63ef
9 changed files with 65 additions and 22 deletions
|
@ -52,4 +52,5 @@ pub trait UpdateActorHandle {
|
|||
data: mpsc::Receiver<PayloadData<Self::Data>>,
|
||||
uuid: Uuid,
|
||||
) -> Result<UpdateStatus>;
|
||||
async fn is_locked(&self, uuid: Uuid) -> Result<bool>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue