| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | autopep8.remove-python2-support | Omer Katz | 2020-08-04 | 3 | -1/+3 |
| | | |||||
| * | Remove five usage from tests. | Omer Katz | 2020-07-23 | 20 | -90/+37 |
| | | |||||
| * | pyupgrade | Omer Katz | 2020-07-13 | 65 | -235/+99 |
| | | |||||
| * | Add an SQS transport option for custom botocore config | Krzysztof Jagiello | 2020-07-01 | 1 | -0/+13 |
| | | |||||
| * | Revert incompatible changes in #1193 and additional improvements (#1211) | Matus Valo | 2020-06-10 | 5 | -20/+73 |
| | | | | | | | | * Revert incompatible changes introduced in #1193 * Improved integration tests covering connection * Fix unittests on python2 + flake8 fixes | ||||
| * | default_channel should reconnect automatically (#1209) | Matus Valo | 2020-06-05 | 2 | -0/+17 |
| | | |||||
| * | reuse connection | Conor Stevenson | 2020-06-02 | 1 | -0/+4 |
| | | |||||
| * | set _connection in _ensure_connection (#1205)v4.6.9 | Conor Stevenson | 2020-06-01 | 1 | -0/+2 |
| | | | | Co-authored-by: Conor Stevenson <conor@lendingblock.com> | ||||
| * | Fix broken compatibility with Celery | Matus Valo | 2020-06-01 | 1 | -4/+4 |
| | | |||||
| * | Ensure connection when connecting to broker | Matus Valo | 2020-06-01 | 4 | -37/+77 |
| | | |||||
| * | Fix for issue #1198: Celery crashes in cases where there aren’t enough ↵ | Ihar Nauros | 2020-05-27 | 1 | -0/+79 |
| | | | | | | | | | | | | | | | | available workers to start acting on “in-flight” messages in the SQS queue (#1199) * Fix for the issue #1172 * Unit test for the fix relating to the issue #1172 * Fix for issue #1198: Celery crashes in cases where there aren’t enough available workers to start acting on “in-flight” messages in the SQS queue * Fix for issue #1198: fixed lint issues * Fix for issue #1198: added unit tests Co-authored-by: inauros <inauros@copyright.com> | ||||
| * | Fix connection imaybe_declare (#1196) | Oleh Kuchuk | 2020-05-26 | 1 | -0/+15 |
| | | |||||
| * | Revert "Raise RecoverableConnectionError in maybe_declare with retry on and ↵ | Matus Valo | 2020-05-25 | 1 | -15/+0 |
| | | | | | | dropped connection" (#1195) This reverts commit 90f51bcbbd32146998e7c7e4491150344343776b. | ||||
| * | Modified Mutex to use redis LuaLock implementation | Vinay Karanam | 2020-05-17 | 1 | -41/+32 |
| | | | | | Fixes #1190 | ||||
| * | Fix flake8 | Matus Valo | 2020-05-15 | 1 | -1/+1 |
| | | |||||
| * | Improve integration test suit | Matus Valo | 2020-05-15 | 1 | -1/+17 |
| | | |||||
| * | fix 100% cpu usage on linux while using sqs | Andrii Maletskyi | 2020-05-15 | 1 | -16/+14 |
| | | | | | fix https://github.com/celery/celery/issues/5299 | ||||
| * | Improved Priority integration tests | Matus Valo | 2020-05-13 | 2 | -26/+35 |
| | | |||||
| * | Added priority integration tests for Redis | Matus Valo | 2020-05-12 | 2 | -7/+96 |
| | | |||||
| * | Added integration tests for priority queues | Matus Valo | 2020-05-08 | 2 | -1/+91 |
| | | |||||
| * | Added TTL integration tests | Matus Valo | 2020-05-06 | 2 | -1/+56 |
| | | |||||
| * | Added Integration tests for direct, topic and fanout exchange types | Matus Valo | 2020-05-06 | 3 | -2/+104 |
| | | |||||
| * | Use explicit py-amqp transport instead of amqp in integration tests | Matus Valo | 2020-05-04 | 1 | -1/+1 |
| | | |||||
| * | Added Simple Buffer integration tests | Matus Valo | 2020-05-04 | 1 | -2/+13 |
| | | |||||
| * | Rename test classes for better test output | Matus Valo | 2020-05-03 | 2 | -2/+2 |
| | | |||||
| * | Removed scripts depending on RabbitMQ | Matus Valo | 2020-05-03 | 1 | -10/+0 |
| | | |||||
| * | Create common class of integration tests | Matus Valo | 2020-05-03 | 3 | -99/+62 |
| | | |||||
| * | Initial redis integration tests implementation | Matus Valo | 2020-05-03 | 1 | -0/+73 |
| | | |||||
| * | Added basic integration tests for RabbitMQ | Matus Valo | 2020-04-30 | 1 | -0/+50 |
| | | |||||
| * | Added integration testing infrastructure for RabbitMQ | Matus Valo | 2020-04-30 | 16 | -545/+39 |
| | | |||||
| * | Unit test for the fix relating to the issue #1172 | Ihar Nauros | 2020-04-22 | 1 | -1/+3 |
| | | |||||
| * | Raise RecoverableConnectionError in maybe_declare with retry on and dropped ↵ | Oleh Kuchuk | 2020-04-15 | 1 | -0/+15 |
| | | | | | connection | ||||
| * | Travis CI: Fix travis validation issues (#1159) | Christian Clauss | 2020-03-03 | 1 | -1/+1 |
| | | | | | | | | | * Travis CI: Fix travis validation issues * Whitespace fix for flake8 issue * Whitespace fix for flake8 issue | ||||
| * | #1149 Enabled ssl certificate verification against ca certificates when ↵ | Piyush Agarwal | 2020-02-28 | 1 | -0/+9 |
| | | | | | | | | | amqps is used for pyamqp transport (#1151) * enabled ssl certificate verification when amqps is used for pyamqp transport * unit tests | ||||
| * | Add predefined_queues option to SQS transport (#1156) | Jonathan Ingram | 2020-02-26 | 2 | -17/+108 |
| | | |||||
| * | Issue 701 (#1141) | Shai Berger | 2020-02-02 | 1 | -3/+4 |
| | | | | | | | | | | | * Make Redis-Mutex test fail as it should (#701) See https://github.com/celery/kombu/issues/701 * Fix issue #701 - decode lock_id returned from Redis Thanks @zaro | ||||
| * | Support standard values for ssl_cert_reqs query parameter. (#1139) | Dave Peticolas | 2020-02-02 | 1 | -2/+23 |
| | | | | | | | * Support standard values for ssl_cert_reqs query parameter. * Pick lint. | ||||
| * | Adding retry_on_timeout parameter (#1150) | Konstantin Seleznev | 2020-02-02 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | * added retry_on_timeout connparam * added retry_on_timeout to tests * updated Pyro4 * revert Pyro4 in requirements * Trigger notification * Trigger rebuild | ||||
| * | Add support for health_check_interval option in broker_transport_options. ↵ | Kevin Fox | 2020-01-11 | 2 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | | (#1145) * Add support for health_check_interval option in broker_transport_options. #1114 * Added Keivn Fox to authors. * Do not use default arg for pop() method. * Add dedicated test case for configurable health_check * Add test case for when health_check_interval is not supported by connection_class in redis. * Fix Flake8 * Added more test cases for redis. * Updated tests. | ||||
| * | Add peek lock settings to be changed using transport options (#1119) | Nicolas Mota | 2019-12-02 | 1 | -7/+19 |
| | | |||||
| * | Fix redis health checks (#1122) | Ashish Bansal (mrphantom) | 2019-12-02 | 2 | -2/+28 |
| | | | | | | | | | * Fix redis transport health checks functionality * Add tests for accepts_argument util function * Reduce default health check interval to 25s | ||||
| * | reset ready before execute callback (#1126) | Smite Chow | 2019-12-02 | 1 | -1/+4 |
| | | | | | | | * reset ready before execute callback * add test to cover hub._ready reset to empty | ||||
| * | Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128) | Mario Rodriguez Molins | 2019-11-23 | 2 | -2/+84 |
| | | | | | | | | | | | | | | | | | | | | * Add missing parameter queue_args in kombu.connection.SimpleBuffer `queue_args` parameter was introduced in `kombu.simple.SimpleQueue` class and at the same time in `kombu.connection.SimpleQueue` method. However, `kombu.connection.SimpleBuffer` was not updated in the same way. As `kombu.connection.SimpleBuffer` is using positional arguments to create a `kombu.simple.SimpleBuffer` object, `exchange_opts` value in that instance would be None and `queue_args` is going to bet set with the expected `exchange_opts` value. * Add tests for SimpleBuffer and SimpleQueue - Add tests for SimpleBuffer/SimpleQueue methods in kombu.simple module - Add tests for SimpleQueue and SimpleBuffer tasks in kombu.connection | ||||
| * | Revert "Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue ↵ | Asif Saif Uddin | 2019-11-10 | 1 | -3/+0 |
| | | | | | | (redis broker) (#1041)" (#1058)" (#1068)" (#1117) This reverts commit 052f7601d3a1e09263cc0ebda7ef8c16e6b90175. | ||||
| * | Revert "Issue #1087 redis fix (#1089)" (#1106) | Asif Saif Uddin | 2019-11-02 | 1 | -610/+253 |
| | | | | This reverts commit 2f6f5f6a5df1cf52bf8fd45ee9fb3c93d793d637. | ||||
| * | Fix 'NoneType' object has no attribute 'can_read' (#1107) | Aliaksei Urbanski | 2019-10-24 | 1 | -0/+12 |
| | | | | | | | The root cause of the issue is that the connection can be erased during an execution of self._receive_one(c). So c.connection should be checked before every iteration, not only before the first one. | ||||
| * | Add wait timeout settings to receive queue message (#1110) | Nicolas Mota | 2019-10-23 | 1 | -0/+232 |
| | | | | | | | | | * Add wait timeout settings to receive queue message * add tests * add more tests and remove servicebus from coveragerc | ||||
| * | Issue #1019 Fix redis transport socket timeout (#1113) | Kris Ciccarello | 2019-10-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | * Issue #1019 Fix redis transport socket timeout Patch from @jschwartzentruber https://github.com/celery/kombu/issues/1019#issuecomment-535157400 * Fix test_register_with_event_loop redis test * Fix linter * Bump redis to 3.3.11 | ||||
| * | fixes #1097 (#1099) | Shekhar Kamble | 2019-09-10 | 1 | -0/+8 |
| | | | | | | | | | | | * sanitise url when include_password is false (fixes #1085) * fix flake8 error * fixes #1097 * fix flake8 errors | ||||
| * | sanitise url when include_password is false (fixes #1085) (#1095) | Shekhar Kamble | 2019-09-03 | 1 | -0/+7 |
| | | | | | | | * sanitise url when include_password is false (fixes #1085) * fix flake8 error | ||||
