-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Optimize number of goroutine to avoid excessive resource usage #29
base: master
Are you sure you want to change the base?
Optimize number of goroutine to avoid excessive resource usage #29
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #29 +/- ##
==========================================
+ Coverage 75.27% 75.37% +0.10%
==========================================
Files 15 15
Lines 1181 1186 +5
==========================================
+ Hits 889 894 +5
Misses 252 252
Partials 40 40
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…xcessive-resource-usage
…xcessive-resource-usage
Kudos, SonarCloud Quality Gate passed! |
…xcessive-resource-usage
…of-goroutine-to-avoid-excessive-resource-usage # Conflicts: # pkg/config/config_test.go # pkg/config/testdata/valid_config.yaml
Kudos, SonarCloud Quality Gate passed! |
Implemented worker pool size. Now with
discovery.worker_pool_size
you can control how many goroutine can be created to fetch resources to avoid system load.Closes #27