mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Add tags to pov-fetcher. (#2768)
* Add tags to pov-fetcher. * Add stage as well. * Get rid of redundant tags.
This commit is contained in:
@@ -120,7 +120,8 @@ impl PoVRequester {
|
||||
)).await;
|
||||
|
||||
let span = jaeger::Span::new(candidate_hash, "fetch-pov")
|
||||
.with_validator_index(from_validator);
|
||||
.with_validator_index(from_validator)
|
||||
.with_relay_parent(parent);
|
||||
ctx.spawn("pov-fetcher", fetch_pov_job(pov_hash, pending_response.boxed(), span, tx).boxed())
|
||||
.await
|
||||
.map_err(|e| Error::SpawnTask(e))
|
||||
|
||||
Reference in New Issue
Block a user