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
Is your feature request related to a problem?
The HTTP Client may frequently create and destroy threads when it's not always busy, which will cost a lot of resource.
Could we keep the background thread for a while and destroy only when it's free for some more time? Just like the background thread in OTLP file exporter.
I can take this, if it's accepted.
Describe the solution you'd like
Wait a longer time to destroy HTTP Client's background thread.
Additional context
I can casually try to optimize the issue in #3172.
The text was updated successfully, but these errors were encountered:
marcalff
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Dec 5, 2024
Is your feature request related to a problem?
The HTTP Client may frequently create and destroy threads when it's not always busy, which will cost a lot of resource.
Could we keep the background thread for a while and destroy only when it's free for some more time? Just like the background thread in OTLP file exporter.
I can take this, if it's accepted.
Describe the solution you'd like
Wait a longer time to destroy HTTP Client's background thread.
Additional context
I can casually try to optimize the issue in #3172.
The text was updated successfully, but these errors were encountered: