Ask Solem
|
e3e0ef20ee
Make queue argument to apply_async, and Task.queue work properly
|
15 years ago |
Ask Solem
|
aefa9a1388
more small kombu fixes
|
15 years ago |
Piotr Sikora
|
9c4e544629
Remove empty queue after AMQP result is received and make sure that it won't be re-created by using cache.
|
15 years ago |
David Cramer
|
00600a2ee1
Send exc_info along in job failures
|
15 years ago |
Ask Solem
|
db5b2df5d4
Now depends on Kombu >= 0.9.0 (Up on PyPI)
|
15 years ago |
Ask Solem
|
5eb20d6dd0
Remote control commands now using kombu.pidbox
|
15 years ago |
Ask Solem
|
52c1c87834
Use the same channel for consuming remote control commands and sending replies
|
15 years ago |
Ask Solem
|
b95c99c6da
cosmetics
|
15 years ago |
Ask Solem
|
b36a0c3044
Properly disable log colors if using a logfile or stderr is not a tty
|
15 years ago |
Ask Solem
|
54e755d0fe
Fixed syntax error in setup.py
|
15 years ago |
Ask Solem
|
f3569e29dc
release tool sphinx-to-rst: Fixed typo in hashbang. Closes #221. Thanks to Novhak
|
15 years ago |
Ask Solem
|
88a69b51e2
celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer
|
15 years ago |
Ask Solem
|
395f99e296
Change all references of Carrot to Kombu
|
15 years ago |
Ask Solem
|
c268470505
Added support for Kombu message compression using the CELERY_MESSAGE_COMPRESSION setting, or the compression argument to apply_async. Can also be set using routers.
|
15 years ago |
Ask Solem
|
d7c5cc3704
get_broker_info moved to kombu.connection.BrokerConnection.info
|
15 years ago |
Ask Solem
|
7c72ee2f26
utils.compat.log_with_extra: Support the extra logging argument, by removing it for Python 2.4
|
15 years ago |
Ask Solem
|
ee8bec3ccb
Merge branch 'dcramer/master'
|
15 years ago |
Ask Solem
|
4776440405
Don't use map without return value (2to3 suggested)
|
15 years ago |
David Cramer
|
00a30f462c
Logging should now handle utf8 correctly
|
15 years ago |
David Cramer
|
5ab03cc436
If delivery_info isnt set we cant use it
|
15 years ago |
David Cramer
|
7a7f0504ad
Fix apply_async call (assumed to be correct fix) in tests
|
15 years ago |
David Cramer
|
935f6ce4c2
Merge branch 'master' of http://github.com/ask/celery
|
15 years ago |
David Cramer
|
00b9b70f0c
Added exc_info to several error logging messages
|
15 years ago |
Ask Solem
|
26f81734d2
Merge branch 'release21-maint'
|
15 years ago |
Ask Solem
|
2b2ed13428
Added Cron dentro do Django com Celery (Portugese)
|
15 years ago |
Ask Solem
|
e08e870504
Added another community link
|
15 years ago |
Ask Solem
|
ae9e314bf6
Added new community links
|
15 years ago |
Ask Solem
|
975a465380
Updated Changelog
|
15 years ago |
Ask Solem
|
851ee05225
Handle RETRY specially when merging out-of-order events
|
15 years ago |
Ask Solem
|
dedd2ab8cc
celery.states. Added RETRy to precedence rules: after PENDING
|
15 years ago |