We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd18a39 commit 55a1744Copy full SHA for 55a1744
docs/reference/celery.conf.rst
@@ -275,12 +275,14 @@ Celeryd
275
.. data:: CELERYD_CONCURRENCY
276
277
The number of concurrent worker processes.
278
- If set to ``0``, the total number of available CPUs/cores will be used.
+ If set to ``0`` (the default), the total number of available CPUs/cores
279
+ will be used.
280
281
.. data:: CELERYD_PREFETCH_MULTIPLIER
282
283
The number of concurrent workers is multipled by this number to yield
284
the wanted AMQP QoS message prefetch count.
285
+ Default is: ``4``
286
287
.. data:: CELERYD_POOL
288
0 commit comments