pub async fn run_check_shard_tombstoned(
    cmd: BuiltinCommand,
    state: &State
) -> Result<ControlFlow, Error>
Expand description

Checks if a shard in Persist has been tombstoned.

TODO(parkmycar): Run this as part of the consistency checks, instead of as a specific command.