Ask Solem
d1decb5033
Serializer entrypoint arguments listed in the wrong order. Closes #473
2015-06-12 13:00:01 -07:00
Ask Solem
b4d8d860f1
ConsumerMixin: Connection error logs now include traceback. Closes #480
2015-06-12 12:53:54 -07:00
Ask Solem
b6c3f99f66
Exchange.delivery_mode now defaults to None, and the default set later by Producer.publish
2015-05-07 14:07:16 +01:00
Ask Solem
8e6aed9fcf
Fixes mongodb tests
2015-05-07 14:06:31 +01:00
Ask Solem
ba05d0845e
pyamqp/librabbitmq now uses 5671 as default port if SSL is enabled. Closes #459
2015-04-17 14:49:23 +01:00
Ask Solem
44e8f5c3fd
Adds Anastasis Andronidis to AUTHORS
2015-04-17 14:15:30 +01:00
Ask Solem
ecf737548a
Merge branch 'andronat/master'
2015-04-17 14:15:01 +01:00
Ask Solem
edeccd8e7a
Merge branch 'harlowja/message-str'
2015-04-17 14:12:14 +01:00
Ask Solem
0d680e741b
Merge branch 'daevaorn/custom-transport'
2015-04-17 14:09:45 +01:00
Ask Solem
d1ba052b20
Adds mdk to AUTHORS
2015-04-17 14:08:34 +01:00
Ask Solem Hoel
1bfa5f2ad2
Merge pull request #461 from peonone/master
...
allow custom regioninfo and port, is_secure options for SQS
2015-04-17 14:07:52 +01:00
mdk
e6b3e8dc28
allow custom regioninfo and port, is_secure options for SQS
2015-03-17 20:23:37 +08:00
Alex Koshelev
5d40afccf3
Fix custom transport overriding
2015-02-26 23:33:54 +03:00
Joshua Harlow
1b980bf02d
Add a more useful message __repr__
...
In cases where a message is written to a log it is quite
useful to have the message format itself in a somewhat useful
format versus the default python repr which isn't quite useful.
This commit adds such useful __repr__ and makes it so that it
returns a string that has some useful information about the
internals of the message (which can be handy when it is needed).
2015-02-16 21:47:15 -08:00
Ask Solem
9130b92dd4
Adds Sergey Tikhonov to AUTHORS
2015-02-12 21:25:58 +00:00
Sergey Tikhonov
fb24ea5f53
#453 remove recursion and add separate bindings handling for as_dict(recurse=True)
2015-02-12 21:25:07 +00:00
Anastasis Andronidis
c5eacdafae
Accept TTL as seconds and as a float
2015-02-12 15:33:22 +01:00
Ask Solem
846179c19d
Adds chris erway to AUTHORS
2015-02-12 00:41:52 +00:00
Ask Solem
41c774903b
Merge branch 'cce/sqs_receipt_handle'
2015-02-12 00:40:49 +00:00
Ask Solem Hoel
af16ca21d5
Merge pull request #445 from harlowja/fix-msgpack-comment
...
Fix comment which should state 'msgpack' isn't installed (not yaml)
2015-02-12 00:32:56 +00:00
Ask Solem Hoel
b5b5087b03
Merge pull request #446 from singingwolfboy/readme-badges
...
Add Travis and Coveralls badges to README
2015-02-12 00:23:35 +00:00
Ask Solem
3f1001e3e7
Adds markow to AUTHORS
2015-02-12 00:22:53 +00:00
markow
86683e4167
Handle TimeoutError raised by py-redis library
2015-02-12 00:22:21 +00:00
Ask Solem
34e38f7671
Adds Joshua Harlow to AUTHORS
2015-02-12 00:21:03 +00:00
Ask Solem
339b6d2afe
Cosmetics
2015-02-12 00:20:55 +00:00
Ask Solem Hoel
aaaa2781e2
Merge pull request #452 from harlowja/kazoo-hosts
...
Use multi-host support built-in to kazoo
2015-02-12 00:15:31 +00:00
Joshua Harlow
b65eed8135
Use multi-host support built-in to kazoo
...
The kazoo client already has the ability to use multiple
zookeeper servers as a comma separated list so instead of
sending only a single server in; send all the possible servers
and alternatives in to the client to let it natively handle
the servers to connect to.
2015-02-08 10:59:01 -08:00
David Baumgold
dcde084d8a
Add Travis and Coveralls badges to README
2015-02-01 15:14:47 -05:00
Joshua Harlow
f96042f7ac
Fix comment which should state 'msgpack' isn't installed (not yaml)
2015-01-21 23:42:41 -08:00
Anastasis Andronidis
ce3efb951a
Add expiration time for each publishing message
2015-01-17 00:18:19 +01:00
Ask Solem
f1f2db855a
Make sure there's no unicode in __repr__. Closes #440
2015-01-13 00:15:17 +00:00
Ask Solem
f446216009
Merge branch 'master' of github.com:celery/kombu
2015-01-13 00:15:10 +00:00
Ask Solem
5fc39f961c
2015 updates
2015-01-01 13:48:58 +01:00
Ask Solem Hoel
bf69a6c01b
Merge pull request #436 from tewfik/tsadaoui/fix-utils-docstring
...
Docstring update for utils.retry_over_time.
2014-12-09 22:02:51 +00:00
Ask Solem
44b6a5a377
Use format :#x
2014-12-09 16:18:18 +00:00
Tewfik Sadaoui
cc5ab53e3f
Docstring update for utils.retry_over_time.
2014-12-08 17:27:01 +01:00
Ask Solem
7df8f54ebb
Adds linkable entry to 3.1 release in Changelog
2014-11-24 19:00:20 +00:00
chris erway
74647ab21a
SQS: Set delivery tag to SQS message receipt handle
2014-11-19 02:29:08 -05:00
Ask Solem
6c5f1a29b3
epoll: Ignore permission errors at unregister
...
Conflicts:
kombu/utils/eventio.py
2014-11-18 23:00:41 +00:00
Ask Solem
61125cbaea
Adds Jesse Dhillon to AUTHORS
2014-11-17 13:29:04 +00:00
Ask Solem
826e2d9893
Merge branch 'master' of github.com:celery/kombu
2014-11-17 13:27:58 +00:00
Ask Solem Hoel
44a9c699a3
Merge pull request #424 from jessedhillon/bugfix-token_bucket_docfix
...
Fixes incorrect `TokenBucket` comment, adds details
2014-11-17 13:27:47 +00:00
Ask Solem
29daa14552
Avoid calling uuid.getnode. Closes #427
2014-11-17 13:26:41 +00:00
Ask Solem
323a08ab69
Redis: Ignore errors when unregistering connection fd at disconnection.
2014-11-09 16:20:56 +00:00
Ask Solem
0b4ee363f7
Doc example should use producer declare argument. Closes #423
2014-11-03 21:00:21 +00:00
Jesse Dhillon
693f30ebbc
Fixes incorrect `TokenBucket` comment, adds details
2014-10-30 20:00:02 +00:00
Ask Solem
4aa1fb930e
Fixes app_label for old Django versions. Closes #414
...
Conflicts:
kombu/transport/django/models.py
2014-10-27 22:44:23 +00:00
Ask Solem
10fc219aee
Implements collect for pyamqp transport. Closes celery/celery#2312
2014-10-24 15:55:00 +01:00
Ask Solem
6e84281d2b
Merge branch 'master' of github.com:celery/kombu
2014-10-13 13:47:11 +01:00
Ask Solem
b4c139dc89
Fixed unbound reference error "client"
2014-10-10 23:08:49 +01:00