summaryrefslogtreecommitdiff
path: root/kombu/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Allowing `Connection.ensure()` to retry on specific exceptions given by polic...Tomer Nosrati2022-12-181-1/+18
* Add separate transport option for retry loop timeout (#1599)Marti Raudsepp2022-10-121-1/+4
* Annotate `abstract.py` (#1522)Marcelo Trylesinski2022-05-151-4/+12
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-4/+6
* chore: Update `__exit__` signaturesSondre Lillebø Gundersen2022-04-121-1/+11
* Warn about missing hostname only when default one is available (#1488)Michael Manganiello2022-02-021-1/+1
* Remove use of OrderedDict in various places (#1483)Mads Jensen2022-01-301-2/+1
* The times of retrying is not correctmasterLemon Shi2022-01-221-1/+1
* allow getting recoverable_connection_errors without an active transport (#1471)Paul Brown2021-12-301-4/+4
* respect connection timeout (#1458)Mehdi Pourfar2021-12-241-1/+1
* Use hostname from URI when server_host is NoneMatus Valo2021-08-051-1/+2
* enable pre-commit (#1355)Thomas Grainger2021-07-201-5/+3
* Make flake8 and pydocstyle happy (#1333)Matus Valo2021-04-131-2/+5
* Update connection.py (#1311)Krogsager2021-03-151-1/+6
* Fix issues with parsing URL with an extra / in it.Terry Cain2021-01-061-1/+6
* autopep8.remove-python2-supportOmer Katz2020-08-041-0/+2
* Remove five usage from kombu/.Omer Katz2020-07-231-13/+6
* pyupgradeOmer Katz2020-07-131-10/+9
* Revert incompatible changes in #1193 and additional improvements (#1211)Matus Valo2020-06-101-9/+15
* default_channel should reconnect automatically (#1209)Matus Valo2020-06-051-0/+2
* reuse connectionConor Stevenson2020-06-021-1/+1
* set _connection in _ensure_connection (#1205)v4.6.9Conor Stevenson2020-06-011-2/+3
* Fix broken compatibility with CeleryMatus Valo2020-06-011-7/+17
* Ensure connection when connecting to brokerMatus Valo2020-06-011-25/+31
* Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128)Mario Rodriguez Molins2019-11-231-0/+2
* fixes #1097 (#1099)Shekhar Kamble2019-09-101-4/+6
* sanitise url when include_password is false (fixes #1085) (#1095)Shekhar Kamble2019-09-031-4/+10
* don't stop receiving tasks on 503 SQS error. (#1064)Eugene Beseda2019-06-251-1/+1
* Allow users to switch URLs while omitting the resource identifier (#1032)ngie-eign2019-06-241-3/+9
* Happify lint.Omer Katz2019-01-091-1/+2
* Remove unused private method.Omer Katz2019-01-081-4/+0
* Added documentation to arguments.Omer Katz2019-01-081-0/+2
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-1/+1
* Fix a deprecation warning about logger.warn() (#924)Bruno Alla2018-09-271-2/+4
* Add support for 'rediss' scheme for secure redis connections. (#910)Daniel Blair2018-08-271-0/+12
* Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)C Blue Neeh2018-08-161-0/+5
* Add timeout to retry_over_time (#880)tothegump2018-08-091-2/+5
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-1/+1
* Removed some unnecessary variable assignments and fix variable-typo in docsMads Jensen2017-09-221-1/+1
* Pass connection options from broker_options to default_channel (#769)Anthony Lukach2017-08-021-1/+13
* Use ensure_connection to allow broker failovergeorgepsarakis2017-04-261-1/+1
* flakesAsk Solem2016-11-221-1/+1
* Connection: Fixes missing connection on Connection._reviveAsk Solem2016-10-171-2/+1
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-27/+51
* Ensure* now raises kombu.exceptions.OperationalError insteadAsk Solem2016-07-261-6/+2
* Ensure* now reraises as RecoverableConnectionError/RecoverableChannelErrorAsk Solem2016-07-261-39/+75
* Have Connection.info return textual failover_strategy. Partial fix for celery...Ask Solem2016-07-181-2/+6
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-2/+4
* flakesAsk Solem2016-07-161-4/+7
* Use Google-style docstringsAsk Solem2016-07-161-128/+120