Closed danmx closed 4 years ago
Merging #144 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #144 +/- ##
=======================================
Coverage 19.61% 19.61%
=======================================
Files 9 9
Lines 627 627
=======================================
Hits 123 123
Misses 479 479
Partials 25 25
Impacted Files | Coverage Δ | |
---|---|---|
pkg/aws/aws.go | 0.00% <ø> (ø) |
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 439adff...6f7af9e. Read the comment docs.
I've noticed extremely slow error feedback loop e.g. for broken credentials. I decided to keep a feedback loop significantly faster for non-throttled errors.
Benchmarked with an expired token errors (non-throttled):
For throttled environments it should still capable to work without errors (CC: @klauern) even though times and number of retries are reduced.