-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to avoid boom & bust scenarios.
We now continually check how many processing jobs we have vs the output queue size so we don't launch more jobs than fit in the output queue, causing subsequent waiting in theads later on as we over-egged the pudding. This caused a yo-yo effect that overall harms performance.
- Loading branch information
1 parent
2af39f8
commit bd32ec6
Showing
2 changed files
with
66 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters