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

apparently the rollup is whatever

Changed files
+1 -1
ufos
src
+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}"))?;