fix: dont stop pageserver if we fail to calculate synthetic size

This commit is contained in:
Joonas Koivunen
2023-01-20 18:19:52 +02:00
committed by Anastasia Lubennikova
parent 20b1e26e74
commit 58fb6fe861

View File

@@ -59,7 +59,7 @@ pub async fn collect_metrics(
None,
None,
"synthetic size calculation",
true,
false,
async move {
calculate_synthetic_size_worker(synthetic_size_calculation_interval)
.instrument(info_span!("synthetic_size_worker"))