mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
doc: why no cancel
This commit is contained in:
@@ -302,6 +302,8 @@ impl SharedState {
|
||||
.get(&attempt.timeline_id)
|
||||
.cloned()
|
||||
else {
|
||||
// no need to cancel the attempt, because timeline deletion and/or tenant restart has
|
||||
// already marked it unblocked.
|
||||
return Err(Error::DetachedNotFoundAfterRestart);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user