[WIP] Greatly reduce the interval between redemption retries
Relates to #146 (closed)
This is probably not a great solution. In the case where a voucher is never paid, it imposes a much greater burden on both the client and the payment server.
Still, here's what it looks like.
Merge request reports
Activity
Created by: codecov[bot]
Codecov Report
Merging #150 into master will increase coverage by
0.02%
. The diff coverage is100.00%
.@@ Coverage Diff @@ ## master #150 +/- ## ========================================== + Coverage 96.75% 96.78% +0.02% ========================================== Files 43 43 Lines 3479 3479 Branches 455 455 ========================================== + Hits 3366 3367 +1 + Misses 77 76 -1 Partials 36 36
Impacted Files Coverage Δ src/_zkapauthorizer/controller.py 93.35% <100.00%> (ø)
src/_zkapauthorizer/tests/test_client_resource.py 99.25% <0.00%> (+0.37%)
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 5725278...d3a267a. Read the comment docs.
Please register or sign in to reply