Add exit flag for bigtable upload operations

This commit is contained in:
Michael Vines
2020-09-04 10:01:00 -07:00
parent bafdcf24f5
commit d3611f74c8
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 {