Ask Solem
|
02474a1231
f(*a, x=1, **kwargs) does not work on py <2.6
|
14 years ago |
Ask Solem
|
33bb15fb09
setup.py install: Now removes old celery/platform.py[c] files
|
14 years ago |
Ask Solem
|
e5a8c3954e
Added Gert Van Gool to AUTHORS
|
14 years ago |
Ask Solem
|
c263dd4a2c
Merge branch 'gvangool/docs_update'
|
14 years ago |
Ask Solem
|
5c89b76d07
Do not use log colors on Windows, as the console there doesn't support ANSI
|
14 years ago |
Ask Solem
|
41974ce5a1
Rename celery.platform -> celery.platforms, so it doesn't collide with the built-in 'platform' module.
|
14 years ago |
Gert Van Gool
|
bad988fe2f
Corrected some ReST tags
|
14 years ago |
Gert Van Gool
|
8d832e6c4b
Corrected the default of default_retry_delay
|
14 years ago |
Ask Solem
|
a0e1ebcec9
Added Noah Kantrowitz to AUTHORS
|
14 years ago |
Ask Solem
|
61fc0a6ec5
redis result backend: Use CELERY_TASK_RESULT_EXPIRES instead of CELERY_AMQP_TASK_RESULT_EXPIRES.
|
14 years ago |
Ask Solem
|
e0f12b4594
Merge branch 'coderanger/master'
|
14 years ago |
Ask Solem
|
7f0e69e495
Set Thread names
|
14 years ago |
Ask Solem
|
4038079dfd
Catch exceptions occuring in Mediator+Pool callbacks. Thanks to Christopher Hesse.
|
14 years ago |
Noah Kantrowitz
|
b99ac467e1
Add support for result expiration to the Redis backend.
|
14 years ago |
Ask Solem
|
6e336945b7
doc4allmods: add celery.apps.rst to ignore
|
14 years ago |
Ask Solem
|
e8244f750d
Added missing autodoc reference files.
|
14 years ago |
Ask Solem
|
6d6d2501ef
Refactored the periodic task responsible for cleaning up results.
|
14 years ago |
Ask Solem
|
da96314cbf
schedules.crontab: Better repr()
|
14 years ago |
Ask Solem
|
e7e463b423
schedules.crontab: "Invalid crontab pattern. Valid range is 0-24. '24' was found.", need to show ``max_ - 1``.
|
14 years ago |
Ask Solem
|
e48b4f9c33
AsyncResult.forget: Need to remove task from BaseDictBackend cache, so backends should now define the _forget method to override how the key is deleted.
|
14 years ago |
Ask Solem
|
2e3e4457c5
Store FAILURE result if we get WorkerLostError (worker process disapeared)
|
14 years ago |
Ask Solem
|
4b149092f0
Implemented AsyncResult.forget for sqla/cache/redis/tyrant backends. (Forget and remove task result). Closes #184. Thanks to dottedmag
|
14 years ago |
Ask Solem
|
f691d050fd
Mark task with FAILURE *TimeLimitExceeded() when process times out. Closes #137.
|
14 years ago |
Ask Solem
|
d487889b36
New version requirement carrot>=0.10.6
|
14 years ago |
Ask Solem
|
5ca39d0a7b
Bumped version to 2.1.0a6
|
14 years ago |
Ask Solem
|
533123874e
pyflakes
|
14 years ago |
Ask Solem
|
19559a53b5
PEP8ify (using new version of pep8, 0.6.0)
|
14 years ago |
Ask Solem
|
86eb07feff
Added support for expiration of AMQP results (requires RabbitMQ 2.1.0's support for the (signed-int)"x-expires" argument to queue_declare)
|
14 years ago |
Ask Solem
|
2e3ff873c5
Pool: Process timed out by TimeoutHandler must be joined by the Supervisor, so don't remove it from self._pool. Closes #192.
|
14 years ago |
Ask Solem
|
4065f617f8
TaskPublisher.delay_task now supports exchange argument, so exchange can be overriden when sending tasks in bulk using the same publisher. Closes #187.
|
14 years ago |