Add exit flag for bigtable upload operations
This commit is contained in:
@ -65,6 +65,7 @@ impl BigTableUploadService {
|
||||
starting_slot,
|
||||
Some(max_confirmed_root),
|
||||
true,
|
||||
exit.clone(),
|
||||
));
|
||||
|
||||
match result {
|
||||
|
Reference in New Issue
Block a user