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
66
fork

Configure Feed

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

fix(consumer): bad instrument skip

Mia cae8d774 3560eac1

+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,