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

Update Serilog.Sinks.PeriodicBatching to take advantage of eager sends #122

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

nblumhardt
Copy link
Member

The new Serilog.Sinks.PeriodicBatching is implemented over System.Threading.Channels and uses a new internal algorithm that sends batches as soon as they're full, rather than waiting for the buffering period to elapse.

Seems enough of an improvement that we'd want to adopt it here, so pulling in the prerelease package to contribute some test cycles :-)

nblumhardt and others added 2 commits January 4, 2024 10:03
…proj

Co-authored-by: Ruben Bartelink <ruben@bartelink.com>
…proj

Co-authored-by: Ruben Bartelink <ruben@bartelink.com>
@nblumhardt nblumhardt merged commit c5c5427 into serilog:dev Jan 4, 2024
1 check passed
@nblumhardt nblumhardt mentioned this pull request Apr 19, 2024
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