Skip to content

Commit 35890c6

Browse files
committed
document the default CELERYD_CONCURRENCY and CELERYD_PREFETCH_MULTIPLIER values
1 parent 87ce694 commit 35890c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/celery.conf.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,14 @@ Celeryd
275275
.. data:: CELERYD_CONCURRENCY
276276

277277
The number of concurrent worker processes.
278-
If set to ``0``, the total number of available CPUs/cores will be used.
278+
If set to ``0`` (the default), the total number of available CPUs/cores
279+
will be used.
279280

280281
.. data:: CELERYD_PREFETCH_MULTIPLIER
281282

282283
The number of concurrent workers is multipled by this number to yield
283284
the wanted AMQP QoS message prefetch count.
285+
Default is: ``4``
284286

285287
.. data:: CELERYD_POOL
286288

0 commit comments

Comments
 (0)