start integrating the index-scheduler in the meilisearch codebase

This commit is contained in:
Tamo
2022-09-14 16:16:53 +02:00
committed by Clément Renault
parent 9882b7fa57
commit f84ced7e38
30 changed files with 682 additions and 3622 deletions

3
Cargo.lock generated
View File

@ -2354,12 +2354,15 @@ dependencies = [
"csv",
"derivative",
"either",
"file-store",
"flate2",
"fs_extra",
"fst",
"futures",
"futures-util",
"http",
"index",
"index-scheduler",
"indexmap",
"itertools",
"lazy_static",