docs: adds poll configuration option

This commit is contained in:
Ilan Steemers
2016-01-26 22:49:29 +01:00
parent af3b1da08f
commit ddb8f8117f
+5
View File
@@ -303,6 +303,11 @@ Keep in mind however that settings this too high can degrade performance with mu
Not supported by the default Redis broker.
Defaults to ``1``.
poll
~~~~
Sets the queue polling interval for database brokers that don't have a blocking call. Defaults to 0.2 (seconds).
Currently only affects the ORM and MongoDB brokers.
cache
~~~~~
For some brokers, you will need to set up the Django `cache framework <https://docs.djangoproject.com/en/1.8/topics/cache/#setting-up-the-cache>`__