Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Bump the thread pool min threads to improve performance #81

Merged
merged 1 commit into from
Mar 7, 2020

Conversation

davidfowl
Copy link
Member

  • We need to bump up the min threads to something reasonable so that the dashboard doesn't take forever
    to serve requests. All console IO is blocking in .NET so capturing stdoutput and stderror results in blocking thread pool thread
    The thread pool handles bursts poorly and HTTP requests end up getting stuck behind spinning up docker containers and processes.

- We need to bump up the min threads to something reasonable so that the dashboard doesn't take forever
to serve requests. All console IO is blocking in .NET so capturing stdoutput and stderror results in blocking thread pool thread
The thread pool handles bursts poorly and HTTP requests end up getting stuck behind spinning up docker containers and processes.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant