Ask Solem
76b19c63fb
[docs] Fixes typo in intersphinx url
2016-03-30 14:43:38 -07:00
Ask Solem
4f4c2c9a04
acknowledgment (US) not acknowledgEment
2016-03-22 13:51:35 -07:00
Ask Solem
21b3eb4804
[docs] Adds Intersphinx
2016-03-22 12:04:28 -07:00
Ask Solem
a8569f3a82
flakes
2016-03-21 15:47:07 -07:00
Ask Solem
c20f854469
Adds Queue.consumer_arguments for the ability to set Consumer Priority via x-priority. Closes celery/celery#3098
2016-03-10 10:17:33 -08:00
Ask Solem
0990bfa7d9
Now uses vine for promises
2016-03-02 13:46:56 -08:00
Ask Solem
e757957f68
Updates copyright year
2016-01-12 11:48:10 -08:00
Ask Solem
45ac835e97
Redis: Adds queue_order_strategy transport option ( Closes #518 ).
...
Order in which we consume from queues.
Can be either string alias, or a cycle strategy class
- ``round_robin``
:class:`~kombu.utils.scheduling.round_robin_cycle``
Make sure each queue has an equal opportunity to be consumed from.
- ``sorted``
:class:`~kombu.utils.scheduling.sorted_cycle`.
Consume from queues in alphabetical order.
If the first queue in the sorted list always contains messages,
then the rest of the queues will never be consumed from.
- ``priority``
:class:`~kombu.utils.scheduling.priority_cycle`.
Consume from queues in original order, so that if the first
queue always contains messages, the rest of the queues
in the list will never be consumed from.
The default is to consume from queues in round robin.
2015-11-24 13:37:48 -08:00
Ask Solem
d476946ef5
Updates changelog
2015-11-06 12:53:42 -08:00
Ask Solem
413ace9274
Renames Python2/Python3 -> Python 2/Python 3
2015-11-06 12:04:39 -08:00
Ask Solem
655db37422
flakes
2015-10-02 18:00:30 -07:00
Ask Solem
1a061fde01
Merge branch 'master' of github.com:celery/kombu
2015-07-13 12:22:34 -07:00
Ask Solem
4ef2f10e15
Single item tuples no longer require whitespace
2015-07-13 12:22:16 -07:00
Omer Katz
083e684f03
Merge pull request #492 from tbarbugli/patch-2
...
fix reference to pools.Connections
2015-07-09 12:39:07 +03:00
Tommaso Barbugli
95d937200c
fix reference to pools.Connections
2015-07-01 13:51:40 +02:00
Tommaso Barbugli
a9ccd7624b
fix docs about content_type and serialization
...
if serializer is None and content_type is not specified, then serialization will happen (see messaging.Producer:_prepare)
2015-07-01 13:49:34 +02:00
Ask Solem
d1decb5033
Serializer entrypoint arguments listed in the wrong order. Closes #473
2015-06-12 13:00:01 -07:00
Ask Solem
5fc39f961c
2015 updates
2015-01-01 13:48:58 +01:00
Ask Solem
0b4ee363f7
Doc example should use producer declare argument. Closes #423
2014-11-03 21:00:21 +00:00
Brian Bouterse
c569d35c30
Merge branch 'master' into qpid-transport
2014-06-11 09:21:03 -04:00
Ask Solem
19c83a1b52
Merge branch '3.0'
...
Conflicts:
README.rst
kombu/__init__.py
kombu/async/hub.py
kombu/utils/url.py
2014-06-02 17:20:32 +01:00
Ask Solem
202e5b56e8
Fixes typo in reference index
2014-06-02 17:18:32 +01:00
Brian Bouterse
95c729b3f2
Merge branch 'master' into qpid-transport
...
Conflicts:
README.rst
docs/userguide/connections.rst
2014-05-28 10:05:56 -04:00
Ask Solem
86274e967d
Fixes flakes after flake8 upgrade
2014-05-27 14:41:20 +01:00
Ask Solem
c13f9284af
Copyright 2014
2014-05-22 14:58:41 +01:00
Ask Solem
ff42ffc6f3
Copyright 2014
2014-05-22 14:58:14 +01:00
Ask Solem
f80e0c349f
Removes kombu.utils.compat.get_errno
2014-05-21 12:57:24 +01:00
Ask Solem
bd6c5bed2b
Merge branch 'daevaorn/priority'
2014-05-20 19:30:05 +01:00
Ask Solem
55197ee341
master now depends on Python 2.7
2014-05-19 22:27:36 +01:00
Alex Koshelev
3dd3d71eb6
Priority support for MongoDB transport. Transport table update. Priority
...
conversion unification.
2014-05-08 09:06:49 +04:00
Brian Bouterse
0b88faff36
Merge branch 'master' into qpid-transport
2014-05-07 12:23:57 -04:00
Klumhru
f3b9ac0351
Fix reversed method references
...
According to docs on kombu.serialization.register the params order is (name, encoder, decoder, content_type, content_encoding). This caused us a bit of grief as I was too lazy to read the actual docs on register() :)
2014-05-01 16:53:03 +01:00
Klumhru
8b68abfc40
Fix reversed method references
...
According to docs on kombu.serialization.register the params order is (name, encoder, decoder, content_type, content_encoding). This caused us a bit of grief as I was too lazy to read the actual docs on register() :)
2014-05-01 09:48:01 +00:00
Brian Bouterse
6385b210bd
Adding pip install docs to the top of the transport
2014-03-18 17:00:37 -04:00
Brian Bouterse
05d94c4683
Adding reference .rst files
2014-03-17 17:11:53 -04:00
Brian Bouterse
e06a7449e1
Added qpid to README and userguide.
2014-03-17 17:06:12 -04:00
Ask Solem
0dd1ccdb17
Adds missing reference page
2014-03-03 16:20:41 +00:00
Ask Solem
f612a949f9
Improve example in consumer user guide. Closes #298
2014-01-13 15:15:20 +00:00
Dustin J. Mitchell
3fc492ad58
fix grammar
2014-01-08 16:49:31 +00:00
Ask Solem
dc32b7ce60
s/framework/library
2013-11-03 15:24:32 +00:00
Ask Solem
493da61205
Improve docs about pickle serailization and disabled by defaualt
2013-10-04 16:26:17 +01:00
Ask Solem
6ba75b907d
Updates Copyright years to 2013
2013-10-02 14:59:25 +01:00
Ask Solem
61c14b22f5
Adds kombu.async.timer (+ accidentally staged documentation fixes)
2013-10-01 17:30:26 +01:00
Ask Solem
b0234bf840
Removes Connection.more_to_read + .nb_keep_draining
2013-09-30 14:46:25 +01:00
Ask Solem
ecf1457f13
Tests passing
2013-09-25 16:48:00 +01:00
Ask Solem
b1ddcaebe9
Fixes kombu.transport.pyro reference page
2013-09-12 17:42:50 +01:00
Ask Solem
e5cb2e19e8
Adds missing reference pages
2013-09-12 17:32:19 +01:00
Ask Solem
554bddd2af
Py3 fixes
2013-09-10 17:26:12 +01:00
Ask Solem
ecd0e7658e
Merge branch 'blaze33/master'
2013-07-29 15:05:12 +01:00
Abi Gopal
889a51a362
Fixed typo.
2013-07-09 16:37:43 -04:00