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

Add what is the default concurrency value to the documentation #410

Open
kustowski1 opened this issue Mar 24, 2023 · 1 comment
Open

Add what is the default concurrency value to the documentation #410

kustowski1 opened this issue Mar 24, 2023 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@kustowski1
Copy link

Bug Report

Describe the bug
I was asked to put a request to add the default concurrency value to the documentation as a bug report.

Additional context
The documentation should mention that the default concurrency is the number of CPUs on the system: https://docs.celeryq.dev/en/latest/reference/cli.html#cmdoption-celery-worker-c

@kustowski1 kustowski1 added the bug Something isn't working label Mar 24, 2023
@koning koning added the documentation Improvements or additions to documentation label Mar 28, 2023
@koning
Copy link
Member

koning commented May 19, 2023

The default concurrency is the total number of PUs available on the node, e.g. 72 for a 36 core CPU with 2 hardware threads.

You can see the concurrency value of your workers by running:
celery -A merlin inspect stats | grep concurrency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants