wip integrating the scheduler in meilisearch-http

This commit is contained in:
Irevoire
2022-09-22 12:14:51 +02:00
committed by Clément Renault
parent 250410495c
commit 8d51c1f389
16 changed files with 251 additions and 192 deletions

3
Cargo.lock generated
View File

@ -2332,6 +2332,7 @@ dependencies = [
"cargo_toml",
"clap 4.0.9",
"crossbeam-channel",
"document-formats",
"either",
"env_logger",
"flate2",
@ -2340,6 +2341,8 @@ dependencies = [
"futures-util",
"hex",
"http",
"index",
"index-scheduler",
"indexmap",
"itertools",
"jsonwebtoken",