update queue refactor, first iteration

This commit is contained in:
mpostma
2020-12-22 17:13:50 +01:00
parent 7c9eaaeadb
commit 55e1552957
5 changed files with 357 additions and 11 deletions

5
Cargo.lock generated
View File

@ -1142,6 +1142,7 @@ dependencies = [
"lmdb-rkv-sys",
"once_cell",
"page_size",
"serde",
"synchronoise",
"url",
"zerocopy",
@ -1527,6 +1528,7 @@ dependencies = [
"actix-rt",
"actix-service",
"actix-web",
"anyhow",
"assert-json-diff",
"byte-unit",
"bytes 0.6.0",
@ -1535,6 +1537,8 @@ dependencies = [
"env_logger 0.8.2",
"flate2",
"futures",
"grenad",
"heed",
"http",
"indexmap",
"jemallocator",
@ -1545,6 +1549,7 @@ dependencies = [
"mime",
"once_cell",
"rand 0.7.3",
"rayon",
"regex",
"rustls 0.18.1",
"sentry",