broker pool limit
authorCharles Connell <charles@connells.org>
Wed, 14 May 2014 22:05:14 +0000 (18:05 -0400)
committerCharles Connell <charles@connells.org>
Thu, 15 May 2014 18:47:06 +0000 (14:47 -0400)
karmaworld/settings/prod.py

index 218ba3de2921f27dd78c4f64c987a6b1b3cd5a35..7c3549269fcbcf033bfaeb556d79c3e304e025a5 100644 (file)
@@ -72,7 +72,7 @@ BROKER_TRANSPORT = 'amqplib'
 # connections total.
 #
 # See: http://docs.celeryproject.org/en/latest/configuration.html#broker-pool-limit
-BROKER_POOL_LIMIT = 3
+BROKER_POOL_LIMIT = 1
 
 # See: http://docs.celeryproject.org/en/latest/configuration.html#broker-connection-max-retries
 BROKER_CONNECTION_MAX_RETRIES = 0