Ask Solem b87d81664d Fixed *potential* infinite loop in BaseAsyncResult.__eq__, although no evidence that it has ever been triggered. 15 years ago
..
backends c90a4f3919 Added celery.utils.get_cls_by_name, and refactored the backend loader to use it. 15 years ago
bin ab6ae3195f celerybeat: Install SIGTERM+SIGINT handler that syncs the schedule to disk at shutdown. 15 years ago
contrib a462e42dcc Clean up the backends 15 years ago
execute 012ca1239f Added Task.delivery_mode / CELERY_DEFAULT_DELIVERY_MODE, with this you can configure tasks to be non-persistent. Closes #69. 15 years ago
loaders d879b4f10a Django Loader: New config: CELERY_DB_REUSE_MAX, (max number of times to reuse the db connection) 15 years ago
management bf8defa2d6 management.commands.camqadm: Fix typo camqpadm -> camqadm. Thanks to jpwatts. Closes #83 15 years ago
task 9a7d18570a Use custom logger for tasks, that supports task magic kwargs in formats. The default format for tasks (CELERYD_TASK_LOG_FORMAT) now includes task_id and 15 years ago
tests 13b7a1fd64 Unittests: Don't noop the django test database teardown, instead fix the underlying issue, which was caused by modifications to the DATABASE_NAME setting. Thanks to JannKleen. Fixes #82. 15 years ago
utils c90a4f3919 Added celery.utils.get_cls_by_name, and refactored the backend loader to use it. 15 years ago
worker 1ca8fa2431 Handle message decode errors properly. Thanks to Jacob Burch. 15 years ago
__init__.py 5c849b769b Bumped version to 1.0.1 15 years ago
beat.py bf53c893aa celery.beat.Scheduler: schedule can be bool(False) so check for None instead to keep the correct reference. 15 years ago
conf.py 7fc0364b97 Fixed typo schedule -> scheduled 15 years ago
datastructures.py 273f1e49a3 fixed stuff reported by pyflakes 15 years ago
decorators.py 6774f31a7b task decorators: Don't save docstring to cls.run.__doc__ (but cls.__doc__ only) 15 years ago
events.py 910c351a93 Events: Fields not passed by .send() (fixes the uuid keyerrors in celerymon) 15 years ago
exceptions.py 384df48005 Use our own ImproperlyConfigured exception 15 years ago
log.py 0bbe5595ea celery.utils.compat.LoggerAdapter: Compat version of logging.LoggerAdapter introduced in Python 2.6. 15 years ago
managers.py 273f1e49a3 fixed stuff reported by pyflakes 15 years ago
messaging.py 1ca8fa2431 Handle message decode errors properly. Thanks to Jacob Burch. 15 years ago
models.py 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. 15 years ago
platform.py 44dbf5b6ac Some cosmetic changes. 15 years ago
registry.py 44dbf5b6ac Some cosmetic changes. 15 years ago
result.py b87d81664d Fixed *potential* infinite loop in BaseAsyncResult.__eq__, although no evidence that it has ever been triggered. 15 years ago
signals.py a6918b8f12 Move documentation for celery.signals into the rst file 15 years ago
states.py a5bb233e43 Documented celery.states 15 years ago
urls.py e10529d892 Tests for celery.views.task_is_successful 15 years ago
views.py 59681f5f5d Fixed Sphinx build errors/warnings 15 years ago