doc: why no cancel

This commit is contained in:
Joonas Koivunen
2024-07-26 08:18:17 +00:00
parent c864166b32
commit eb3711b881

View File

@@ -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);
};