Commit Graph

1335 Commits

Author SHA1 Message Date
xando 22990089d5 ssl option added to transport mongodb transport 2013-03-08 12:42:57 +00:00
Ask Solem 3b76530568 Now depends on amqp 1.0.9 2013-03-08 10:56:35 +00:00
Ask Solem 523806e866 Redis: Did not take options from transport_options 2013-03-07 15:09:56 +00:00
Ask Solem 0dab32ff88 Merge branch '2.5' of github.com:celery/kombu into 2.5 2013-03-04 16:09:31 +00:00
Ask Solem c8fec74dc5 Redis: Adds transport option: socket_timeout. Closes celery/celery#1221 2013-03-04 16:09:23 +00:00
Ask Solem 457b571ebe Adds IconsistencyError to Redis connection_errors 2013-03-04 13:54:14 +00:00
Ask Solem 26cbb0fc8f Pools: Do not try to release lazy resource yet to be evaluated. Fixes celery/celery#190 2013-02-11 16:27:05 +00:00
Ask Solem b680dd7bb9 Now depends on amqp 1.0.8 (fixes Py2.5 syntax error) 2013-02-08 13:00:04 +00:00
Ask Solem 6a7a5b94a8 Bumps version to 2.5.6 2013-02-08 12:29:58 +00:00
Ask Solem ef1c89bc84 Tests passing on Py2.5 2013-02-08 12:29:43 +00:00
Ask Solem e5570d5484 Updates Changelog 2013-02-08 12:26:23 +00:00
Ask Solem 483372e6f3 Now depends on amqp 1.0.7 2013-02-08 12:26:15 +00:00
Ask Solem 515b0c0990 2**32 is 0 on some Python 2.5 installations 2013-02-08 12:16:50 +00:00
Ask Solem 42ad3c86ff Updates Changelog 2013-02-07 17:04:32 +00:00
Ask Solem f16ab3a091 Adds "#" + "*" to regex escape whitelist 2013-02-07 17:04:24 +00:00
Ask Solem d2ebf48220 Bumps version to 2.5.5 2013-02-07 17:03:47 +00:00
Ask Solem c4009d92f9 Virtual: Properly escape regex. Closes #194 2013-02-07 16:21:06 +00:00
Ask Solem 7c5dc19be1 Adds Alex Koshelev to AUTHORS 2013-02-07 15:37:46 +00:00
Alex Koshelev 4e4339fa5b Fixes compression header removal for the serializable case 2013-02-07 15:37:42 +00:00
Ask Solem 2558fbe29a Ignore exceptions in Consumer.__exit__ 2013-02-06 17:54:24 +00:00
Ask Solem d8b940a40e virtual QoS support for basic_get 2013-02-06 15:17:24 +00:00
Ask Solem 6efad2ed58 virtual QoS: Flush must happen before append, not after 2013-02-06 15:17:10 +00:00
Ask Solem 583fc1f7fe Remove sqs_message and sqs_queue objects when restoring SQS message. Closes #1108 2013-01-30 12:52:05 +00:00
Ask Solem b33247ebc5 contextmanagers that needs finally 2013-01-28 15:38:55 +00:00
Ask Solem dd0fe3a3a6 More pep8ify 2013-01-17 13:50:01 +00:00
Ask Solem 02cd13bc9e reverts broken merge 2013-01-17 13:16:32 +00:00
Ask Solem 6b25c9f050 Cosmetics for new pep8 rules 2013-01-17 12:02:00 +00:00
Craig Younkins 5db8b67d46 Adding section in Connections docs about the different AMQP transports 2013-01-11 17:15:47 +00:00
Ask Solem 17159d9efc Adds Basil Mironenko to AUTHORS 2013-01-11 15:22:47 +00:00
Basil Mironenko 6bfacc807a Minor typo fix in "fake" imports for static analyzers. 2013-01-11 15:22:36 +00:00
Ask Solem 9c20247b7d Adds James Saryerwinnie to AUTHORS 2013-01-11 15:08:41 +00:00
James Saryerwinnie fdf962b63e Add long-polling support to SQS transport
The polling interval was set to 0 and a new
transport option (wait_time_seconds) was added.  This
parameter specifies how long to wait for a message from
SQS, and defaults to 20 seconds, which is the maximum
value currently allowed by SQS.

Fixes #176.  Closes #198.
2013-01-11 15:07:47 +00:00
Ask Solem e93424dcb1 Updates changelog 2012-12-10 15:54:01 +00:00
Ask Solem 3e8c5b089d Bumps version to 2.5.4 2012-12-10 15:51:50 +00:00
Ask Solem 1b6457b628 2to3 barfs on docstring. Fixes #187 2012-12-10 15:51:39 +00:00
Ask Solem 2886b77c34 Tests passing 2012-12-10 15:49:29 +00:00
Ask Solem ad5d4c6a3d Adds Andrey Antukh <niwi@niwi.be> to AUTHORS 2012-12-10 15:44:45 +00:00
Andrey Antukh c70b2dc0ec Add libzmq 3.2.x compatibility.
pyzmq compiled with zeromq-3.2 does not have HWM socket opt. Instead
of this, exists SNDHWM that replaces it.
2012-12-10 15:44:09 +00:00
Ask Solem f9e09b65f5 Adds Dane Guempel to AUTHORS 2012-12-10 15:23:40 +00:00
Dane Guempel 635a10b953 Changing the _info method of the connection class to respect the alt attribute of the object. fixes #185 2012-12-10 15:19:05 +00:00
Ask Solem 4dd7023336 Fixes typo (conn.connected is a property). Closes #182 2012-12-06 13:31:21 +00:00
Ask Solem 72d0d9d8ce Bumps version to 2.5.3 2012-11-29 16:44:34 +00:00
Ask Solem 185e437af9 Updates Changelog 2012-11-29 16:44:27 +00:00
Ask Solem 724a5d4fe6 Fixes problem with pidbox on 2.6 (kwargs must be str) 2012-11-29 12:44:14 +00:00
Ask Solem fd3aa52383 flakes 2012-11-29 12:37:17 +00:00
Ask Solem 48bbb3de19 Bumps version to 2.5.2 and updates Changelog 2012-11-29 12:36:19 +00:00
Ask Solem ff6b20ce37 Tests passing 2012-11-29 12:34:34 +00:00
Ask Solem 3dad58fed2 [Redis] Fixes connection leak 2012-11-29 12:23:51 +00:00
Ask Solem d8b1d096d8 Updates Changelog 2012-11-28 12:47:15 +00:00
Ask Solem 92c1743cb6 Bumps version to 2.5.1 2012-11-28 12:47:03 +00:00