bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
104 stars 104 forks source link

Problem: Unlimited backoffs are inconvenient. #470

Closed ldmberman closed 6 years ago

ldmberman commented 6 years ago

Solution: Cap exponential backoff depending on the timeout value allowing for more aggresive trying and reasonable waiting time in the event of a network recovery.

Solves #469.

codecov-io commented 6 years ago

Codecov Report

Merging #470 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
+ Coverage   98.72%   98.72%   +<.01%     
==========================================
  Files           5        5              
  Lines         235      236       +1     
==========================================
+ Hits          232      233       +1     
  Misses          3        3