Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce timed flush #69

Merged
merged 2 commits into from Jun 7, 2022
Merged

Introduce timed flush #69

merged 2 commits into from Jun 7, 2022

Conversation

zix99
Copy link
Owner

@zix99 zix99 commented Jun 7, 2022

Timed flush allows streams (stdin, following) to flush a batch before an entire batch has read if a duration times out. Defaults to 250ms

@netlify
Copy link

netlify bot commented Jun 7, 2022

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit da2aa88
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/629ea3f27c25e70008d24656
😎 Deploy Preview https://deploy-preview-69--raredocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov-commenter
Copy link

codecov-commenter commented Jun 7, 2022

Codecov Report

Merging #69 (da2aa88) into master (6ab0795) will increase coverage by 0.01%.
The diff coverage is 82.75%.

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   82.99%   83.01%   +0.01%     
==========================================
  Files          80       80              
  Lines        2964     2991      +27     
==========================================
+ Hits         2460     2483      +23     
- Misses        362      365       +3     
- Partials      142      143       +1     
Impacted Files Coverage Δ
pkg/extractor/batchers/readerBatcher.go 0.00% <0.00%> (ø)
pkg/extractor/batchers/batcher.go 83.48% <85.18%> (+0.55%) ⬆️
pkg/extractor/batchers/tailBatcher.go 52.38% <100.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 6ab0795...da2aa88. Read the comment docs.

@zix99 zix99 merged commit 8a56a1a into master Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants