Ask Solem
|
465c062e89
|
Fixed a compatibility issue with other clients not sending application headers
|
2010-11-10 10:40:36 +01:00 |
Ask Solem
|
32865beb4a
|
Ship with our own version of multiprocessing.util.Finalize for 2.5/2.4
|
2010-11-10 10:28:55 +01:00 |
Ask Solem
|
1329a15fb5
|
Bumped version to 0.9.2
|
2010-11-10 09:35:23 +01:00 |
Ask Solem
|
bf79a76b34
|
tests setup: Ignore import errors
|
2010-11-09 15:41:18 +01:00 |
Ask Solem
|
402260bf9f
|
94% coverage of the core library, but still missing coverage of compat, pidbox, and functional tests for concrete transports beanstalk, redis, couchdb, pika and mongodb
|
2010-11-09 15:27:43 +01:00 |
Ask Solem
|
9b103e43b6
|
Don't show stderr output when running test suite
|
2010-11-09 12:54:05 +01:00 |
Ask Solem
|
67f61d5093
|
Tests for kombu.transport.virtual
|
2010-11-09 12:45:10 +01:00 |
Ask Solem
|
173f67beed
|
92% coverage for kombu.utils, also tests for kombu.transport.virtual.scheduling
|
2010-11-08 20:38:15 +01:00 |
Ask Solem
|
79c8aec3f0
|
100% coverage for kombu.transport.virtual.exchange
|
2010-11-08 15:13:20 +01:00 |
Ask Solem
|
3f919656b7
|
redis: brpop doesn't have subsecond timeouts, so use one thread per channel to poll with effectively implementing subsecond polling times per channel. Currently the maximum delay for a message to be received on a channel is 0.3s (compared to 1s before)
|
2010-11-08 13:36:37 +01:00 |
Ask Solem
|
4cfe6798cb
|
virtual: Prefetch count was totally broken, because of a logic error
|
2010-11-08 13:35:11 +01:00 |
Ask Solem
|
743fe9abb2
|
Added transport aliases 'django', and 'sqlalchemy' to django-kombu and kombu-sqlalchemy
|
2010-10-27 15:55:48 +02:00 |
Ask Solem
|
aff456e5e2
|
Ported Beanstalk transport from ghettoq
|
2010-10-27 14:55:37 +02:00 |
Ask Solem
|
c17b323a73
|
mongodb, couchdb: Copyright year 2010 only
|
2010-10-27 14:54:49 +02:00 |
Ask Solem
|
a8440ff957
|
Added kombu.utils.uuid4, same as gen_unique_id but returns UUID object
|
2010-10-27 14:27:58 +02:00 |
Ask Solem
|
b7a9497f20
|
couchdb: Forgot to import uuid
|
2010-10-27 14:23:21 +02:00 |
Ask Solem
|
4f0cc4befa
|
Ported CouchDB transport from ghettoq
|
2010-10-27 14:22:38 +02:00 |
Ask Solem
|
c640cdd512
|
Ported MongoDB transport from ghettoq
|
2010-10-27 13:57:23 +02:00 |
Ask Solem
|
d83d22f4ac
|
Remove example using nonexisting Consumer.get in README
|
2010-10-27 10:34:28 +02:00 |
Ask Solem
|
7f7710dfe8
|
Fixed wording in docstring of Queue.get
|
2010-10-27 09:55:43 +02:00 |
Ask Solem
|
8bc51b2492
|
Fixed title for kombu.utils.functional
|
2010-10-27 09:48:26 +02:00 |
Ask Solem
|
e582647623
|
Updated MANIFEST.in
|
2010-10-27 09:47:02 +02:00 |
Ask Solem
|
8eca2c2e89
|
Added Shane Caraveo <shane@caraveo.com> to AUTHORS
|
2010-10-27 09:45:20 +02:00 |
Ask Solem
|
6f4ada6794
|
Merge branch 'mixedpuppy/master'
|
2010-10-27 09:44:04 +02:00 |
Ask Solem
|
a3d7a07e21
|
pyflakes
|
2010-10-27 09:41:35 +02:00 |
Ask Solem
|
897f81a5a5
|
Bumped version to 0.9.1
|
2010-10-27 09:36:28 +02:00 |
Ask Solem
|
7e4c87488d
|
compat: Fixed typo _CSet -> ConsumerSet
|
2010-10-27 09:35:41 +02:00 |
Ask Solem
|
8a49a85b8e
|
Memory backend state must be global
|
2010-10-27 09:35:23 +02:00 |
Ask Solem
|
fb1e7e0d25
|
Improved reference documentation
|
2010-10-27 09:17:37 +02:00 |
Ask Solem
|
66242c6f9f
|
Added autodoc for new modules
|
2010-10-26 16:28:02 +02:00 |
Ask Solem
|
cb7ab927ec
|
AMQ Emulation: Added support for topic and fanout exchanges. (fanout only supported by redis at this point, as it requires storing global state)
|
2010-10-26 16:22:01 +02:00 |
Ask Solem
|
da0972ec20
|
Added Consumer.revive
|
2010-10-25 13:27:02 +02:00 |
Ask Solem
|
a59cee238c
|
connection.ensure now works
|
2010-10-22 16:02:50 +02:00 |
Ask Solem
|
4b59b55909
|
tests for BrokerConnection.Pool + .ChannelPool
|
2010-10-22 15:42:47 +02:00 |
Ask Solem
|
945470e0b9
|
exceptions.LimitExceeded
|
2010-10-22 15:42:23 +02:00 |
Ask Solem
|
ce1d10ee5c
|
ensure fixes + ConnectionPool
|
2010-10-22 15:42:04 +02:00 |
Ask Solem
|
630ba13022
|
Draft ChannelPool implementation
|
2010-10-22 00:06:47 +02:00 |
Ask Solem
|
f305b9b8a8
|
kombu.pidbox: Fixed typo in docstring
|
2010-10-22 00:06:32 +02:00 |
Ask Solem
|
3ac397a5e4
|
kombu.pidbox: Fixed rst in docstrings
|
2010-10-21 15:43:48 +02:00 |
Ask Solem
|
7706f226f9
|
Added missing autodoc files
|
2010-10-21 15:35:18 +02:00 |
Ask Solem
|
de5b4aa801
|
Bumped version to 0.9.0
|
2010-10-21 15:30:24 +02:00 |
Ask Solem
|
4411e3355d
|
kombu.pidbox: Process mailbox. Generic implementation of Celery's remote control commands
|
2010-10-21 15:28:22 +02:00 |
Ask Solem
|
e3369ab793
|
Fixed typo self.release() -> self.close() in BrokerConnection.__exit__
|
2010-10-21 11:23:09 +02:00 |
Ask Solem
|
d8da3c3dfc
|
Consumer.consume did not set no_ack setting
|
2010-10-21 11:04:25 +02:00 |
Ask Solem
|
b8e61373bd
|
Cosmetics
|
2010-10-20 15:33:41 +02:00 |
Ask Solem
|
f9ea964f2e
|
Remove incomplete connection pool implementation that was accidentally committed
|
2010-10-20 15:33:24 +02:00 |
Ask Solem
|
d5fe88f007
|
add_consumer_from_dict should return queue
|
2010-10-20 15:33:02 +02:00 |
Ask Solem
|
1372e68d17
|
redis: _put must take kwargs
|
2010-10-20 15:32:39 +02:00 |
Ask Solem
|
93b16d9c5d
|
Update with recent changes in carrot
|
2010-10-18 14:55:01 +02:00 |
Ask Solem
|
0a1c916a2b
|
Virtual methods should support the nowait argument
|
2010-10-18 11:39:20 +02:00 |