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
···
let rolling = write_store
.background_tasks(args.reroll)?
.run(args.backfill);
-
consumer_tasks.spawn(async move {
+
whatever_tasks.spawn(async move {
rolling
.await
.inspect_err(|e| log::warn!("rollup ended: {e}"))?;