Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork

Configure Feed

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

apparently the rollup is whatever

phil bcc7abce 55b37053

+1 -1
+1 -1
ufos/src/main.rs
··· 116 116 let rolling = write_store 117 117 .background_tasks(args.reroll)? 118 118 .run(args.backfill); 119 - consumer_tasks.spawn(async move { 119 + whatever_tasks.spawn(async move { 120 120 rolling 121 121 .await 122 122 .inspect_err(|e| log::warn!("rollup ended: {e}"))?;