ibm-watson-data-lab / couchbackup-docker

Backup CouchDB databases to .couch files using Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error handling and timeouts

markwatsonatx opened this issue · comments

Backup and restore can get stuck in infinite loops in the following cases:

  1. Never able to connect to CouchDB
  2. Replication status is never completed or error

Add timeout logic, i.e. abort if unable to connect in 60 seconds.