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 b816535e33
commit fc098022c7
28 changed files with 679 additions and 3170 deletions

3
Cargo.lock generated
View File

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