mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
fix: dont stop pageserver if we fail to calculate synthetic size
This commit is contained in:
committed by
Anastasia Lubennikova
parent
20b1e26e74
commit
58fb6fe861
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user