http: add worker index data

This commit is contained in:
Joakim Frostegård 2023-01-18 21:24:46 +01:00
parent b41c565e38
commit 766c6f87ca
3 changed files with 33 additions and 7 deletions

View file

@ -92,6 +92,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
request_mesh_builder,
priv_dropper,
server_start_instant,
i,
)
.await
})
@ -122,6 +123,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
state,
request_mesh_builder,
server_start_instant,
i,
)
.await
})