From 7e2e840de7c6716d32ae5cb51698180d196c7d90 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Wed, 14 May 2014 18:05:14 -0400 Subject: [PATCH] broker pool limit --- karmaworld/settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/settings/prod.py b/karmaworld/settings/prod.py index 218ba3d..7c35492 100644 --- a/karmaworld/settings/prod.py +++ b/karmaworld/settings/prod.py @@ -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 -- 2.25.1