Procházet zdrojové kódy

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 před 9 roky
rodič
revize
f561e66439
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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