Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview atproto bluesky rust appserver

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,