summaryrefslogtreecommitdiff
path: root/kombu/transport
Commit message (Expand)AuthorAgeFilesLines
* SQS Broker - handle STS authentication with AWS (#1322)gal cohen2021-03-291-15/+57
* Update default login method for librabbitmq and pyamqp (#936)Davis Kirkendall2021-03-242-2/+2
* fix: non kombu json message decoding in SQS transport (#1306)Max Nikitenko2021-03-071-2/+12
* Revert "Port of redis code improvements from prior revision (#1132)" (#1307)Matus Valo2021-03-061-16/+13
* Port of redis code improvements from prior revision (#1132)Matt Davis2021-03-031-13/+16
* SQS back-off policy (#1301)gal cohen2021-03-021-0/+50
* Fix issues with parsing URL with an extra / in it.Terry Cain2021-01-062-16/+79
* Allow specifying session token (#1283)Philipp A2021-01-051-3/+14
* Support for Azure Service Bus 7.0.0 (#1284)Terry Cain2021-01-041-74/+221
* redis: Support Sentinel with SSLAbdealiJK2020-12-031-1/+17
* Remove python2 compatibility code (#1277)Matus Valo2020-11-251-1/+1
* Reformat and improve kombu transport reference docs (#1264)Matus Valo2020-11-0315-42/+464
* Revert "on worker restart - restore visible regardless to time (#905)"Vinay Karanam2020-10-151-4/+0
* Include SQS reference guide and minor refactor of the content styleMatus Valo2020-10-081-45/+55
* Redis Transport: Small improvements of `SentinelChannel` (#1253)Matus Valo2020-09-241-1/+7
* Added Redis SentinelChannel to reference docsMatus Valo2020-09-231-3/+15
* Revert "Added redis transport key_prefix from envvars"Matus Valo2020-09-081-9/+4
* Added redis transport key_prefix from envvarsRudy Attias2020-09-061-4/+9
* autopep8.remove-python2-supportOmer Katz2020-08-046-10/+7
* Merge branch 'master' into remove-python2-supportOmer Katz2020-07-301-0/+4
|\
| * buffer() was removed in Python 3 so use bytes (#1218)Christian Clauss2020-07-281-0/+4
* | Remove five usage from kombu/transport.Omer Katz2020-07-2319-52/+38
* | pyupgradeOmer Katz2020-07-1322-129/+106
|/
* Add an SQS transport option for custom botocore configKrzysztof Jagiello2020-07-011-1/+17
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-271-6/+11
* Fix: eliminate remaining race conditions from SQLAlchemy ChannelAntoine Busque2020-05-171-15/+37
* Modified Mutex to use redis LuaLock implementationVinay Karanam2020-05-171-17/+12
* Fix flake8Matus Valo2020-05-121-3/+3
* Fix Consumer EncodingAaronKable2020-05-061-1/+1
* SQLAlchemy transport: Use Query.with_for_update() instead of deprecated Query...Matus Valo2020-05-041-1/+1
* Fix: make SQLAlchemy Channel init thread-safeAntoine Busque2020-04-301-3/+7
* Prevent failure if AWS creds are not explicitly defined on predefined_queuesJayme Howard2020-04-151-2/+2
* 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-1/+2
* Add predefined_queues option to SQS transport (#1156)Jonathan Ingram2020-02-261-36/+151
* Issue 701 (#1141)Shai Berger2020-02-021-1/+1
* fix brop must in same slot error (#1144)york2020-02-021-1/+3
* Adding retry_on_timeout parameter (#1150)Konstantin Seleznev2020-02-021-0/+3
* Add support for health_check_interval option in broker_transport_options. (#1...Kevin Fox2020-01-111-8/+17
* Add peek lock settings to be changed using transport options (#1119)Nicolas Mota2019-12-021-1/+7
* Fix redis health checks (#1122)Ashish Bansal (mrphantom)2019-12-021-1/+15
* Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ...Asif Saif Uddin2019-11-103-35/+1
* Revert "Issue #1087 redis fix (#1089)" (#1106)Asif Saif Uddin2019-11-023-68/+53
* Fix 'NoneType' object has no attribute 'can_read' (#1107)Aliaksei Urbanski2019-10-241-3/+2
* Add wait timeout settings to receive queue message (#1110)Nicolas Mota2019-10-231-1/+10
* Issue #1019 Fix redis transport socket timeout (#1113)Kris Ciccarello2019-10-231-0/+9
* Issue #1087 redis fix (#1089)Matt Davis2019-08-313-53/+68
* Fixing MongoDB backend to work properly with TTL (#1076)Marcin Puhacz2019-08-071-4/+7
* Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis b...Asif Saif Uddin2019-06-293-1/+35
* Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (redis broker) (...Asif Saif Uddin2019-06-113-35/+1