summaryrefslogtreecommitdiff
path: root/t/unit/transport
Commit message (Expand)AuthorAgeFilesLines
* autopep8.remove-python2-supportOmer Katz2020-08-041-0/+1
* Remove five usage from tests.Omer Katz2020-07-2310-23/+15
* pyupgradeOmer Katz2020-07-1318-90/+55
* Add an SQS transport option for custom botocore configKrzysztof Jagiello2020-07-011-0/+13
* Revert incompatible changes in #1193 and additional improvements (#1211)Matus Valo2020-06-101-9/+7
* Ensure connection when connecting to brokerMatus Valo2020-06-011-7/+9
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-271-0/+79
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-171-41/+32
* Travis CI: Fix travis validation issues (#1159)Christian Clauss2020-03-031-1/+1
* #1149 Enabled ssl certificate verification against ca certificates when amqps...Piyush Agarwal2020-02-281-0/+9
* Add predefined_queues option to SQS transport (#1156)Jonathan Ingram2020-02-261-13/+85
* Issue 701 (#1141)Shai Berger2020-02-021-3/+4
* Adding retry_on_timeout parameter (#1150)Konstantin Seleznev2020-02-021-2/+4
* Add support for health_check_interval option in broker_transport_options. (#1...Kevin Fox2020-01-111-0/+52
* Add peek lock settings to be changed using transport options (#1119)Nicolas Mota2019-12-021-7/+19
* Fix redis health checks (#1122)Ashish Bansal (mrphantom)2019-12-021-1/+1
* Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ...Asif Saif Uddin2019-11-101-3/+0
* Revert "Issue #1087 redis fix (#1089)" (#1106)Asif Saif Uddin2019-11-021-610/+253
* Fix 'NoneType' object has no attribute 'can_read' (#1107)Aliaksei Urbanski2019-10-241-0/+12
* Add wait timeout settings to receive queue message (#1110)Nicolas Mota2019-10-231-0/+232
* Issue #1019 Fix redis transport socket timeout (#1113)Kris Ciccarello2019-10-231-3/+4
* Issue #1087 redis fix (#1089)Matt Davis2019-08-311-253/+610
* Fixing MongoDB backend to work properly with TTL (#1076)Marcin Puhacz2019-08-071-3/+3
* Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis b...Asif Saif Uddin2019-06-291-0/+3
* Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (...Asif Saif Uddin2019-06-111-3/+0
* Add events field on memory channel (#1053)Gabriele Santomaggio2019-06-041-0/+18
* Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (#1041)Stevan Milic2019-05-291-0/+3
* qpid: ensure supported exchange types are declared (#1034)Rohan McGovern2019-04-041-0/+6
* qpid: correctly declare support for async event loop (#1029)Rohan McGovern2019-03-301-3/+4
* make redis transport sep param configurable (#1020)Joris Beckers2019-03-091-0/+12
* Handle the case when only one Redis Sentinel node is provided (#1010)Peter Lithammer2019-02-211-4/+26
* Use "_parse_url()" util to parse Sentinel master URL (#1009)Peter Lithammer2019-02-201-2/+6
* Removed Python 2.6 workarounds in test_qpid.py (#995)Mads Jensen2019-02-051-41/+14
* import collections.ABCs from correct module (#992)Lars Rinn2019-01-181-1/+7
* SQS: fix trimming .fifo from queue name (#982)Ilya Konstantinov2019-01-091-0/+6
* Fix failing unittests of pyamqp transport. (#978)Matus Valo2019-01-031-2/+2
* Happify lint.Omer Katz2018-12-201-1/+1
* Happify lint.Omer Katz2018-12-201-2/+6
* Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)Hunter Fernandes2018-12-091-2/+23
* Moving the handling of Sentinel failures to the redis library itself. (#813)Brian Price2018-11-291-2/+7
* Making the pyro transport available, fix it for recent Pyro4 versions, add br...Irmen de Jong2018-11-251-0/+93
* Add boto3 default region before hardcoded default (#951)Victor Villas2018-11-201-0/+32
* Support redis-py v2 and v3 (#948)Ash Berlin-Taylor2018-11-191-3/+24
* Fixed Worker shutdown creates duplicate messages in SQS broker (#926)Mintu Kumar Sah2018-10-131-0/+28
* Add support for 'rediss' scheme for secure redis connections. (#910)Daniel Blair2018-08-271-0/+9
* on worker restart - restore visible regardless to time (#905)gal cohen2018-08-151-0/+19
* Handle librabbitmq fileno socket not connected raising ValueError (#878)Bryan Shelton2018-05-271-0/+12
* clened up redundant call of PY3 constants (#856)Asif Saifuddin Auvi2018-04-301-3/+1
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-192-2/+2
* Virtual transport timeout does not supesede period polling (#689)Arcadiy Ivanov2018-01-131-0/+9