Commit Graph

2463 Commits

Author SHA1 Message Date
Ask Solem 413ace9274 Renames Python2/Python3 -> Python 2/Python 3 2015-11-06 12:04:39 -08:00
Ask Solem 244408fde9 Use timedelta.total_seconds 2015-11-06 11:54:01 -08:00
Ask Solem 5fa2792c82 Redis: Verify fanout client is registered. Closes #534 2015-11-02 10:57:17 -08:00
Ask Solem 991238c960 Redis: Fixes tests after enabling fanout prefix by default. 2015-11-02 10:56:13 -08:00
Ask Solem 779c3be712 Authors: Add accidentally removed letter from email address. 2015-10-27 10:59:42 -07:00
Ask Solem aa393179ad Merge branch 'master' of github.com:celery/kombu 2015-10-27 10:58:35 -07:00
Ask Solem 1fcc04d104 Redis: fanout_patterns enabled by default, *disable for compat with Kombu 3*.
This option adds the ability to filter fanout messages by patterns, e.g.
celery can use it to only subscribe to worker related event messages (worker.*)
2015-10-27 10:57:36 -07:00
Ask Solem 1a09d8970b Redis: fanout_prefix are now enabled by default, *must disable for compatibility with kombu 3*
This option adds a prefix to broadcast channels, so that broadcast messages
are not seen across databases.
2015-10-27 10:57:00 -07:00
Omer Katz 1d5f2a2526 Added @felixonmars to the authors list. 2015-10-27 11:34:35 +02:00
Ask Solem bc348e785c Merge branch 'master' of github.com:celery/kombu 2015-10-26 19:40:06 -07:00
Ask Solem 4b41cb0992 Adds Connection.supports_exchange_type(type) 2015-10-26 19:39:55 -07:00
Ask Solem Hoel b43dc265c2 Merge pull request #475 from amcgregor/patch-1
Hotfix to pin pymongo version; potential #474 resolution.
2015-10-23 16:06:35 -07:00
Ask Solem cab0afab00 flakes 2015-10-23 14:03:31 -07:00
Ask Solem 3d0528e6bc Redis: Adds support for Connection ssl argument. Closes #415 2015-10-23 14:01:56 -07:00
gdw2 1635df3c98 fixing htmlclean
Not sure what this was supposed to do since `$(SPHINX)` wasn't defined anywhere.  Changed to call clean within docs dir.
2015-10-23 13:52:31 -07:00
Ask Solem 1c2b972385 Collect connection when reconnect fails. Closes #489 2015-10-23 13:48:55 -07:00
Ask Solem Hoel 1200c75e16 Merge pull request #511 from jindongh/patch-1
Remove surplus % from parameters of log.debug
2015-10-23 13:23:45 -07:00
Ask Solem 65c11f8eaf Cosmetics for #512 2015-10-23 13:21:05 -07:00
Ask Solem 8582b5c53d Adds Hank John to AUTHORS 2015-10-23 12:56:30 -07:00
Hank John 2ffad5a4ed [SQS] Print access_key when SQS auth failed.
boto will try to get access_key and secret_key from many sources:

1. get from arguments.
2. get from .boto configuration file.
3. get from environment variables.
4. get from metadata service in elastic beanstalk environment.

So when an access denied error occurrs, it is hard to identify whether we're
using the wrong account or if the access policy is wrong.

This fix will show the access_key for access denied error, which will
help developer diagnose the problem.
2015-10-23 11:56:07 -07:00
Ask Solem 4bc6e38412 Merge branch 'tumb1er/json_error' 2015-10-23 11:32:04 -07:00
Ask Solem 17c8398cfa Merge with changelog from 3.0 branch 2015-10-23 11:17:41 -07:00
Ask Solem f999c8dc4d Django fake initial migration tip in Changelog 2015-10-23 11:15:41 -07:00
Ask Solem 0b4d42fc8a Support for librabbitmq 2015-10-22 16:50:35 -07:00
Ask Solem f8d2a45175 Adds ConsumerProducerMixin (Issue #530) 2015-10-21 18:17:50 -07:00
Ask Solem db9e2f563a Implement kombu version of the RabbitMQ rpc-tut-6 example. Closes #530 2015-10-21 18:09:30 -07:00
Ask Solem f1899f46c5 Producer.publish reply_to argument can now be Queue 2015-10-21 18:08:45 -07:00
Ask Solem 8e22dcdaf8 maybe_declare now sets name on original for autogen queues 2015-10-21 18:08:12 -07:00
Ask Solem bf8cd411e9 Kombu 3.1 is now Kombu 4.0 2015-10-20 14:05:09 -07:00
Ask Solem 89e5ded062 Fixes tests 2015-10-20 14:03:44 -07:00
Ask Solem f47d99faf3 Message: priority is a property, not delivery_info (Issue celery/celery#2868) Backward incompatible 2015-10-20 13:55:35 -07:00
Ask Solem 73a3dfb4f1 Redis: Make sure pipelines are cleaned up (Issue celery/celery#2751) 2015-10-20 13:37:58 -07:00
Ask Solem 8d50de6a0e Travis: Python 3.5 does not work here for some reason 2015-10-06 13:16:01 -07:00
Ask Solem 1e023aa4e6 Tests passing 2015-10-06 13:03:16 -07:00
Ask Solem 88e5be705a Fixes tox 2015-10-05 21:22:41 -07:00
Ask Solem f07ca7d4a7 Redis transport depends on py-redis 2.10.0 or later. Closes #468 2015-10-05 14:26:13 -07:00
Ask Solem bda36c7eef flakes 2015-10-05 14:20:04 -07:00
Ask Solem c9e2b10716 Adds Consumer tag_prefix option. Closes #509 2015-10-05 14:18:15 -07:00
Ask Solem 8270dd25ec Django 1.9 compatibility. Closes #515 2015-10-05 14:09:07 -07:00
Ask Solem 655db37422 flakes 2015-10-02 18:00:30 -07:00
Ask Solem 7057ca1d61 Redis: Precedence bug 2015-09-29 15:24:57 -07:00
Ask Solem cdcc1cf420 Redis: Handle disconnection errors immediatel y 2015-09-29 15:24:20 -07:00
Ask Solem 236ca2f457 Kombu is calling on_poll_start way too fast (several times a second), changed to do so on demand 2015-09-29 14:44:56 -07:00
Ask Solem 97b12d3ec6 Tiemout can be None 2015-09-29 14:44:17 -07:00
Ask Solem 4bc7c2b7fa Updates tox.ini 2015-09-29 14:44:06 -07:00
Ask Solem 639a9cc0d3 flakes 2015-09-28 13:46:31 -07:00
Ask Solem cc075f1467 Merge with 3.0 changelog 2015-09-25 13:15:03 -07:00
Ask Solem e2d44eb1cc Try to fix Read the docs errors 2015-09-25 12:44:21 -07:00
Ask Solem a89b735bb7 Fixes tests 2015-09-22 12:22:06 -07:00
Ask Solem c06eabd49d Adds Consumer(prefetch_count=) argument 2015-09-18 12:26:07 -07:00