Rust AppView - highly experimental!
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(consumer): bad instrument skip

+1 -1
+1 -1
consumer/src/backfill/mod.rs
··· 131 131 } 132 132 } 133 133 134 - #[instrument(skip(conn, inner))] 134 + #[instrument(skip(conn, rc, inner))] 135 135 async fn backfill_actor( 136 136 conn: &mut Object, 137 137 rc: &mut MultiplexedConnection,