tangled
alpha
login
or
join now
hotsocket.fyi
/
microcosm-rs
forked from
microcosm.blue/microcosm-rs
0
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork
atom
overview
issues
pulls
pipelines
apparently the rollup is whatever
bad-example.com
7 months ago
bcc7abce
55b37053
+1
-1
1 changed file
expand all
collapse all
unified
split
ufos
src
main.rs
+1
-1
ufos/src/main.rs
···
116
116
let rolling = write_store
117
117
.background_tasks(args.reroll)?
118
118
.run(args.backfill);
119
119
-
consumer_tasks.spawn(async move {
119
119
+
whatever_tasks.spawn(async move {
120
120
rolling
121
121
.await
122
122
.inspect_err(|e| log::warn!("rollup ended: {e}"))?;