Skip to content
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

Feature Request: Performance Tuning Output #51

Open
gtadamson opened this issue Jul 7, 2020 · 1 comment
Open

Feature Request: Performance Tuning Output #51

gtadamson opened this issue Jul 7, 2020 · 1 comment

Comments

@gtadamson
Copy link

I've been wondering if you had a way to help evaluate which stages were the bottlenecks. Something like if the queue fills up in a stage, report that in some performance tuning mode. Perhaps more workers need to be allocated to that stage (or fewer if there is too much context switching), more CPU should be allocated to the container, more RAM, etc. Currently it requires some manual intervention to attempt to ascertain where the bottlenecks are.

@cgarciae
Copy link
Owner

cgarciae commented Jul 7, 2020

Hoy @gtadamson ! This sounds like a great idea. Since version 4.x internally there exists a Supervisor class that has the sole purpose of monitoring workers which makes this feature is more plausible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants