tangled
alpha
login
or
join now
parakeet.at
/
parakeet
64
fork
atom
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
64
fork
atom
overview
issues
12
pulls
pipelines
fix(consumer): bad instrument skip
mia.omg.lol
6 months ago
cae8d774
3560eac1
+1
-1
1 changed file
expand all
collapse all
unified
split
consumer
src
backfill
mod.rs
+1
-1
consumer/src/backfill/mod.rs
···
131
131
}
132
132
}
133
133
134
134
-
#[instrument(skip(conn, inner))]
134
134
+
#[instrument(skip(conn, rc, inner))]
135
135
async fn backfill_actor(
136
136
conn: &mut Object,
137
137
rc: &mut MultiplexedConnection,