Explorar el Código

broker_connection_timeout is disabled for gevent

Mentioned in 3.0.10 release notes: http://docs.celeryproject.org/en/3.0/changelog.html#version-3-0-10
Implemented here: https://github.com/celery/celery/blob/d23c8c/celery/worker/consumer/consumer.py#L205-L209
Jason Veatch hace 9 años
padre
commit
f561e66439
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      docs/configuration.rst

+ 2 - 1
docs/configuration.rst

@@ -1733,7 +1733,8 @@ Default (since 2.5) is to use a pool of 10 connections.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 The default timeout in seconds before we give up establishing a connection
-to the AMQP server.  Default is 4 seconds.
+to the AMQP server.  Default is 4 seconds. This setting is disabled when using
+gevent.
 
 .. setting:: broker_connection_retry