darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Add retry using tenacity #132

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

This PR adds retry decorator across all the requests to make the requests more robust to connection errors

codecov[bot] commented 3 years ago

Codecov Report

Merging #132 (58a7f68) into master (121c610) will increase coverage by 0.037%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##            master      #132       +/-   ##
=============================================
+ Coverage   92.596%   92.633%   +0.037%     
=============================================
  Files           39        39               
  Lines         2377      2389       +12     
=============================================
+ Hits          2201      2213       +12     
  Misses         176       176               
Impacted Files Coverage Δ
...-on-client/sail_on_client/protocol/parinterface.py 97.222% <0.000%> (+0.347%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 121c610...58a7f68. Read the comment docs.