Explorar el Código

Adds prefetch multiplier and prefetch count to glossary

Ask Solem hace 11 años
padre
commit
3fc1b63313
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      docs/glossary.rst

+ 10 - 0
docs/glossary.rst

@@ -71,3 +71,13 @@ Glossary
     cipater
         Celery release 3.1 named after song by Autechre
         (http://www.youtube.com/watch?v=OHsaqUr_33Y)
+
+    prefetch multiplier
+        The :term:`prefetch count` is configured by using the
+        :setting:`CELERYD_PREFETCH_MULTIPLIER` setting, which is multiplied
+        by the number of pool slots (threads/processes/greenthreads).
+
+    prefetch count
+        Maximum number of unacknowledged messages a consumer can hold and if
+        exceeded the transport should not deliver any more messages to that
+        consumer.  See :ref:`optimizing-prefetch-limits`.