xmidt-org / codex-db

The database helper functions.
Apache License 2.0
0 stars 6 forks source link

Modified retry package to use backoff package #21

Closed kristinapathak closed 4 years ago

kristinapathak commented 4 years ago

Fixes https://github.com/xmidt-org/codex-db/issues/20.

Most important differences:

Still need to:

codecov-io commented 4 years ago

Codecov Report

Merging #21 into master will decrease coverage by 5.52%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #21      +/-   ##
=========================================
- Coverage   57.42%   51.9%   -5.53%     
=========================================
  Files          15      15              
  Lines        1050     921     -129     
=========================================
- Hits          603     478     -125     
+ Misses        445     441       -4     
  Partials        2       2
Impacted Files Coverage Δ
retry/retry.go 100% <100%> (+2.4%) :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 aee05df...a5ce129. Read the comment docs.