Ask Solem
|
db5b2df5d4
Now depends on Kombu >= 0.9.0 (Up on PyPI)
|
14 years ago |
Ask Solem
|
5eb20d6dd0
Remote control commands now using kombu.pidbox
|
14 years ago |
Ask Solem
|
52c1c87834
Use the same channel for consuming remote control commands and sending replies
|
14 years ago |
Ask Solem
|
b95c99c6da
cosmetics
|
14 years ago |
Ask Solem
|
b36a0c3044
Properly disable log colors if using a logfile or stderr is not a tty
|
14 years ago |
Ask Solem
|
54e755d0fe
Fixed syntax error in setup.py
|
14 years ago |
Ask Solem
|
88a69b51e2
celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer
|
14 years ago |
Ask Solem
|
395f99e296
Change all references of Carrot to Kombu
|
14 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.
|
14 years ago |
Ask Solem
|
d7c5cc3704
get_broker_info moved to kombu.connection.BrokerConnection.info
|
14 years ago |
Ask Solem
|
df2184a794
AMQP result backend now using Kombu
|
14 years ago |
Ask Solem
|
207ed49b7c
Pidbox fixes
|
14 years ago |
Ask Solem
|
1187b1f328
tests passing again
|
14 years ago |
Ask Solem
|
22e53f9f9c
Pidbox improvements
|
14 years ago |
Ask Solem
|
a90a3a32b4
Merges branches master(app) and kombufy.
|
14 years ago |
Ask Solem
|
1dc6a2543a
Added another community link
|
14 years ago |
Ask Solem
|
29fd07d0ad
Added Bryan Berg to AUTHORS
|
14 years ago |
Bryan Berg
|
30d95a28e0
Fix UnboundLocalError in celerybeat logging when using logging setup signals.
|
14 years ago |
Ask Solem
|
d2ac7cd486
Fixed typo platform -> platforms
|
14 years ago |
Ask Solem
|
b33eaf8591
Honor ignore result for WorkerLostErrors and timeout errors. Closes #216
|
14 years ago |
Ask Solem
|
284f1a56bf
Added David Cramer to AUTHORS
|
14 years ago |
Ask Solem
|
8a8a51f6ed
Merge branch 'dcramer/master'
|
14 years ago |
Ask Solem
|
83f06002d8
revert changes to FAQ
|
14 years ago |
David Cramer
|
9dd454824e
Include exc_info in log messages
|
14 years ago |
Ask Solem
|
d4a75425a3
Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default.
|
14 years ago |
Ask Solem
|
781111e11c
Programs --app argument module is now imported from the current directory
|
14 years ago |
Ask Solem
|
dbe832f744
Can now configure the apps main module name, used to autogenerate the module name if '__main__'
|
14 years ago |
Ask Solem
|
de428230ca
pyflakes
|
14 years ago |
Ask Solem
|
bb0f24dab7
paver releaseok now depends on pyflakes with no warnings. contrib/release/flakesignore.txt lists the warnings to ignore
|
14 years ago |
Ask Solem
|
08cf386994
Removed deprecated celery.models and celery.management.commands
|
14 years ago |