Closed matt-bernstein closed 5 months ago
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 43.76%. Comparing base (
fcd7eaf
) to head (b614c57
).
Files | Patch % | Lines |
---|---|---|
server/utils.py | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
consumer timeouts - reduce time to first record w/ tradeoff of increased change that a long-running record is dropped
(longest running record -> exponential retry backoff w/ max of 1sec)
task timeout - reduce potential number of zombie jobs w/ tradeoff of increased chance of canceling a long-running job
(longest projected job -> 10k records has worst case 10 mins from load test, so 100k records would be <2hrs)