From eed428092480585117d6b4caf5cb7e206eb5de08 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 7 Jul 2016 18:40:23 +0200 Subject: [PATCH] Fix deepcopy bug of a connection with alernate url --- kombu/connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kombu/connection.py b/kombu/connection.py index ab27d0bf..5c209875 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -576,6 +576,7 @@ class Connection(object): ('login_method', self.login_method or D.get('login_method')), ('uri_prefix', self.uri_prefix), ('heartbeat', self.heartbeat), + ('failover_strategy', self.failover_strategy), ('alternates', self.alt), ) return info