You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1125 it was identified that the timeout used for waiting on the Worker thread to finish flushing events to disk should be configurable. Currently there is a default timeout of 1000 ms. This default wasn't chosen for a specific reason and it would be better to let the end user decide what is the correct value for their application.
Proposal
Add a new worker_shutdown_timeout field to NonBlockingBuilder which the WorkerGuard will use when it's dropped.
Alternatives
None
The text was updated successfully, but these errors were encountered:
Feature Request
Crates
tracing-appender
Motivation
In #1125 it was identified that the timeout used for waiting on the Worker thread to finish flushing events to disk should be configurable. Currently there is a default timeout of 1000 ms. This default wasn't chosen for a specific reason and it would be better to let the end user decide what is the correct value for their application.
Proposal
Add a new
worker_shutdown_timeout
field toNonBlockingBuilder
which theWorkerGuard
will use when it's dropped.Alternatives
None
The text was updated successfully, but these errors were encountered: