summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
...
* redis: Support Sentinel with SSLAbdealiJK2020-12-031-1/+17
* Remove python2 compatibility code (#1277)Matus Valo2020-11-254-27/+6
* Add timeout to producer publish (#1269)RezaSi2020-11-171-4/+10
* 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
* Fix pidbox not using default channelsChris Lambacher2020-10-131-2/+2
* 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
* Bump version: 5.0.1 → 5.0.2v5.0.2Omer Katz2020-09-061-1/+1
* Added redis transport key_prefix from envvarsRudy Attias2020-09-061-4/+9
* Make `utils.functional.retry_over_time` appear in rendered docs (#1245)Ash Berlin-Taylor2020-09-031-1/+1
* Bump version: 5.0.0 → 5.0.1v5.0.1Omer Katz2020-08-231-1/+1
* Bump version: 4.6.11 → 5.0.0v5.0.0Omer Katz2020-08-051-1/+1
* Remove string types compat code.Omer Katz2020-08-052-10/+2
* autopep8.remove-python2-supportOmer Katz2020-08-0416-26/+22
* Restore this import compatibility code.Omer Katz2020-08-041-1/+5
* Merge branch 'master' into remove-python2-supportOmer Katz2020-07-301-0/+4
|\
| * flake8: noqa the Python 2-only builtins (#1228)4.xChristian Clauss2020-07-282-7/+7
| * buffer() was removed in Python 3 so use bytes (#1218)Christian Clauss2020-07-281-0/+4
* | Delete five.Omer Katz2020-07-231-6/+0
* | Remove five usage from kombu/.Omer Katz2020-07-2317-70/+43
* | Remove five usage from kombu/utils.Omer Katz2020-07-2310-136/+55
* | Remove five usage from kombu/transport.Omer Katz2020-07-2319-52/+38
* | Remove five usage from kombu/asynchronous.Omer Katz2020-07-237-22/+10
* | pyupgradeOmer Katz2020-07-1375-343/+248
|/
* Add an SQS transport option for custom botocore configKrzysztof Jagiello2020-07-011-1/+17
* v4.6.11v4.6.11Asif Saif Uddin (Auvi)2020-06-241-1/+1
* 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
* v4.6.10v4.6.104.6.9Asif Saif Uddin (Auvi)2020-06-031-1/+1
* reuse connectionConor Stevenson2020-06-021-1/+1
* set _connection in _ensure_connection (#1205)v4.6.9Conor Stevenson2020-06-011-2/+3
* v 4.6.9Asif Saif Uddin (Auvi)2020-06-011-1/+1
* Fix broken compatibility with CeleryMatus Valo2020-06-011-7/+17
* Ensure connection when connecting to brokerMatus Valo2020-06-011-25/+31
* Fix for issue #1198: Celery crashes in cases where there aren’t enough avai...Ihar Nauros2020-05-271-6/+11
* Fix connection imaybe_declare (#1196)Oleh Kuchuk2020-05-261-0/+4
* Revert "Raise RecoverableConnectionError in maybe_declare with retry on and d...Matus Valo2020-05-251-4/+0
* 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 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-151-21/+36
* Fix flake8Matus Valo2020-05-123-11/+11
* 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
* Another possible fix for #1174Bernd Wechner2020-04-241-1/+3
* Fix for the issue #1172Ihar Nauros2020-04-221-1/+5
* Raise RecoverableConnectionError in maybe_declare with retry on and dropped c...Oleh Kuchuk2020-04-151-0/+4