Detect when a query fails and retry the search _n_ times. - [x] How do we determine if a query fails? - [ ] How many times should we retry by default? - [ ] How long should we wait between tries? - [ ] Should we report the number of tries?
Detect when a query fails and retry the search n times.