summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* SQS: avoid excessive GetQueueURL calls by using cached queue url (#1621)Tom Sparrow2023-04-191-0/+32
* fix mongodb transport obsolete calls (#1694)Francis Charette-Migneault2023-04-181-15/+59
* fix: handle keyerror in azureservicebus transport when message is not found i...Ismael Jiménez Sánchez2023-04-111-0/+86
* Deprecate pytz and use zoneinfo (#1680)Maxwell Muoto2023-04-091-2/+7
* Adapt the mock to correctly mock the behaviors as implemented on Python 3.10....Jason R. Coombs2023-03-121-2/+6
* refactor: Refactor utils/json (#1659)Serhii Tereshchenko2023-03-021-20/+14
* azure service bus: add type annotations and use cached propertyJason Barnett2023-01-051-2/+23
* add managed identity support to azure storage queue (#1631)Jason Barnett2022-12-271-0/+31
* Allowing `Connection.ensure()` to retry on specific exceptions given by polic...Tomer Nosrati2022-12-181-0/+37
* Allow azurestoragequeues transport to be used with Azurite emulator in docker...David Bossanyi2022-10-161-0/+21
* Fix errors from flake8 lintMarti Raudsepp2022-10-124-7/+7
* Add separate transport option for retry loop timeout (#1599)Marti Raudsepp2022-10-122-1/+45
* Solve Kombu filesystem transport not thread safekarajan10012022-09-231-0/+68
* Make JSONEncoder keep the same type for date/datetime.Manuel Vázquez Acosta2022-09-211-2/+2
* Revert "Solve Kombu filesystem transport not thread safe (#1593)" (#1595)Gao2022-09-091-111/+1
* Solve Kombu filesystem transport not thread safe (#1593)Gao2022-09-071-1/+111
* Fix incompatibility with redis in disconnect() (#1589)Shalabh Chaturvedi2022-08-251-0/+16
* hub: tick delay fix (#1587)Shahar Lev2022-08-241-1/+18
* Avoid losing type of UUID when serializing/deserializing (#1575)Carlos Gottberg2022-07-171-3/+12
* Add WATCH to prefixed complex commandsDan Cecile2022-07-141-0/+31
* Add support to SQS DelaySeconds (#1567)eloranger2022-07-121-0/+24
* Datetime serialization and deserialization fixed (#1515)dobosevych2022-05-311-5/+4
* Annotate `abstract.py` (#1522)Marcelo Trylesinski2022-05-151-60/+60
* Upgrade Azure Storage Queues transport to version 12 (#1539)Jonas Miederer2022-04-231-0/+33
* Kafka support (#1506)CountRedClaw2022-04-211-0/+69
* Annotate `exceptions.py` and `clocks.py` (#1526)Marcelo Trylesinski2022-04-182-9/+10
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-183-42/+170
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-1565-14/+142
* chore: Update `__exit__` signaturesSondre Lillebø Gundersen2022-04-129-33/+62
* Annotate `utils/uuid.py` and `utils/text.py` (#1514)Marcelo Trylesinski2022-04-121-2/+2
* Added possibility to serialize and deserialize binary messages in json (#1516)dobosevych2022-04-121-0/+12
* Protect set of ready tasks by lock to avoid concurrent updates. (#1489)Oliver Nemček2022-03-241-0/+17
* Add fanout to filesystem (#1499)Gao2022-03-151-0/+94
* Add an option to not base64-encode SQS messages.Shane Hathaway2022-03-041-4/+4
* Added global_keyprefix support for pubsub clients (#1495)vinay karanam2022-02-281-0/+20
* Warn about missing hostname only when default one is available (#1488)Michael Manganiello2022-02-021-0/+13
* Remove use of OrderedDict in various places (#1483)Mads Jensen2022-01-301-2/+1
* Some small updates (#1486)Mads Jensen2022-01-301-1/+1
* Set redelivered property for Celery with Redis (#1484)Denis Kubashevskiy2022-01-281-0/+63
* Fix issue #789: Async http code not allowing for proxy config (#790)John Koehl2022-01-141-1/+23
* allow getting recoverable_connection_errors without an active transport (#1471)Paul Brown2021-12-303-11/+110
* prevent redis event loop stopping on 'consumer: Cannot connect' (#1477)Paul Brown2021-12-251-4/+9
* respect connection timeout (#1458)Mehdi Pourfar2021-12-241-0/+10
* prevent event loop polling on closed redis transports (and causing leak)Paul Brown2021-12-241-0/+15
* reduce memory usage of Transport (#1470)Paul Brown2021-12-232-6/+33
* Ensure that restore is atomic in redis transport (#1444)Matus Valo2021-12-104-28/+99
* SQS transport: detect FIFO queue properly by checking queue URL (#1450)n0061q2021-12-031-0/+53
* Added integration test of failed authentication to redisMatus Valo2021-11-061-2/+22
* Return empty list instead of InconsistencyError when exchange table is emptyMatus Valo2021-10-252-9/+24
* Fix test_pidbox unittests to support non-linux platforms (#1398)Matus Valo2021-10-051-5/+1