Add exit flag for bigtable upload operations

This commit is contained in:
Michael Vines
2020-09-04 10:01:00 -07:00
committed by mergify[bot]
parent e3753186af
commit a8e522702c
3 changed files with 28 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ impl BigTableUploadService {
starting_slot,
Some(max_confirmed_root),
true,
exit.clone(),
));
match result {