Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 81 forks source link

1.2.0: Make 'threads' and 'retries' vars upload-wide (#190) #212

Closed timvaillancourt closed 6 years ago

timvaillancourt commented 7 years ago

NOTE: This PR depends on PR #200 being merged as it touches the same files. Please hold-off until #200 is merged.

  1. Move 'threads' and 'retries' to top-level upload stage.
  2. Added missing retry loop to Gs upload

Resolves #190.