alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
apparently the rollup is whatever
author
phil
date
10 months ago
(Aug 14, 2025, 6:42 PM -0400)
commit
bcc7abce
bcc7abce39eab28586e9fe0f746c0b368f73150b
parent
55b37053
55b37053ccde86876bdc94b41fa511c1b361600d
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
ufos
src
main.rs
+1
-1
ufos/src/main.rs
Reviewed
···
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}"))?;