mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
add todo about init deadline
This commit is contained in:
@@ -3110,6 +3110,11 @@ impl TenantShard {
|
||||
info!("Skipping GC because lsn lease deadline is not reached");
|
||||
return Ok(GcResult::default());
|
||||
}
|
||||
|
||||
if todo!("block for standby horizon lease deadline") {
|
||||
info!("Skipping GC because standby horizon lease deadline is not reached");
|
||||
return Ok(GcResult::default());
|
||||
}
|
||||
}
|
||||
|
||||
let _guard = match self.gc_block.start().await {
|
||||
|
||||
Reference in New Issue
Block a user