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 acc6d3a82b
commit 60ee1f5e64
16 changed files with 251 additions and 192 deletions

3
Cargo.lock generated
View File

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