mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
start integrating the index-scheduler in the meilisearch codebase
This commit is contained in:
parent
b816535e33
commit
fc098022c7
28 changed files with 679 additions and 3170 deletions
|
@ -7,8 +7,8 @@ use milli::{
|
|||
use roaring::RoaringBitmap;
|
||||
|
||||
use crate::{
|
||||
task::{Kind, Status},
|
||||
Error, IndexScheduler, Result, Task, TaskId,
|
||||
task::{Kind, Status, Task},
|
||||
Error, IndexScheduler, Result, TaskId,
|
||||
};
|
||||
|
||||
impl IndexScheduler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue