コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 1ca8fa2431 Handle message decode errors properly. Thanks to Jacob Burch. 15 年 前
  Ask Solem 72d336d708 Updated the Changelog 15 年 前
  Ask Solem 0bbe5595ea celery.utils.compat.LoggerAdapter: Compat version of logging.LoggerAdapter introduced in Python 2.6. 15 年 前
  Ask Solem 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 年 前
  Ask Solem 5d3371eac0 Remove left-over print statement from previous commit. 15 年 前
  Ask Solem 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 年 前
  Ask Solem 98e5cad974 Debian init scripts: Use -a not "&&". Thanks to jcassee. Closes #84. 15 年 前
  Ask Solem bf53c893aa celery.beat.Scheduler: schedule can be bool(False) so check for None instead to keep the correct reference. 15 年 前
  Ask Solem ab6ae3195f celerybeat: Install SIGTERM+SIGINT handler that syncs the schedule to disk at shutdown. 15 年 前
  Ask Solem 05da118372 Added Reza Lotun to AUTHORS 15 年 前
  rlotun bbfd4c293c We only need to encode the keys. 15 年 前
  rlotun c00eba3b1d Make sure keywords arguments are not in unicode for a revoke call. 15 年 前
  rlotun b12dd4bbcf Pass a logger into the scheduler, since it makes logging calls to a non-existant one. 15 年 前
  Ask Solem db02037c01 Fixed typo conf.CELERY_RESULT_BACKEND -> conf.RESULT_BACKEND 15 年 前
  Ask Solem 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. 15 年 前
  Ask Solem 52e5fedb27 Added FAQ: How dow I get the result of a task if I have the ID that points there? 15 年 前
  Ask Solem ca0f8c210c Added test for Task.AsyncResult 15 年 前
  Ask Solem bf8defa2d6 management.commands.camqadm: Fix typo camqpadm -> camqadm. Thanks to jpwatts. Closes #83 15 年 前
  Ask Solem 3703f33a3d test_backends.test_base: Use subclass_exception from billiard 15 年 前
  Ask Solem 7631a9dda1 Stupidest test ever! 15 年 前
  Ask Solem 7d1ddbe63b Rendered README.rst 15 年 前
  Ask Solem 708138ebd8 Added celery 1.0.1 newsitem to homepage 15 年 前
  Ask Solem 5c849b769b Bumped version to 1.0.1 15 年 前
  Ask Solem c6c5d25a58 bin/celeryd: Tell user to use "python -m celery.bin.celeryd" instead if running under Windows. 15 年 前
  Ask Solem 7634e103b2 Updated Changelog 15 年 前
  Ask Solem 96e01cce6c Now works with Windows again! 15 年 前
  Ask Solem a2e1c69259 Redis result backend: Don't call SAVE before disconnect. 15 年 前
  Ask Solem 9599b41c2f celery.beat: _Process must be pickleable to work in Windows. 15 年 前
  Ask Solem 012ca1239f Added Task.delivery_mode / CELERY_DEFAULT_DELIVERY_MODE, with this you can configure tasks to be non-persistent. Closes #69. 15 年 前
  Ask Solem 234175d38e celery.task.http: Fixed rst bug in docstring 15 年 前