This iterative async block of code could probably be a batch request.
for hash in uninitialized_app_data_hashes.iter() {
download_referral_from_ipfs_and_store_in_referral_store(db.clone(), *hash).await?;
}
cf referral_maintenance.rs
Original issue gnosis/gp-dune-bridge#59 by @bh2smith