Commit History

作者 SHA1 備註 提交日期
  Ask Solem 233366e7c8 Bumps version to 2.3.0a2 14 年之前
  Ask Solem d16c9061db PEP8ify + pyflakes 14 年之前
  Ask Solem a08933db18 Adds events.default_dispatcher(): context manager to easily get a event dispatcher using the connection pool 14 年之前
  Ask Solem fb88603966 Adds Harm Verhagen to AUTHORS 14 年之前
  Harm Verhagen 990c892426 fix --gid option of celery_multi 14 年之前
  Ask Solem 63f5ee0d0b celery.apps.worker did not respect CELERY_SEND_EVENTS. Closes #387. Thanks to tu1ly 14 年之前
  Ask Solem 4ba2b68e9e Fixes bug in celery.utils.find_module 14 年之前
  Ask Solem 6c6b5f54f3 Tasks Userguide: Fixes typo self.retry -> add.retry 14 年之前
  Ask Solem 3de4753768 Use imp.find_module to ensure the config module exists, so import errors in the config module is not silenced 14 年之前
  Ask Solem 06cae88e10 Celerybeat: Now syncs every 3 minutes, not just at shutdown. Closes #382 14 年之前
  Ask Solem aa11892e62 Events State: Unknown task events are now handled by setting the state to the uppercase last portion of the event type 14 年之前
  Ask Solem c3a68784e2 celery.task.base moved to celery.app.task so everything does not need to be loaded just to create a task 14 年之前
  Ask Solem f44a7c6e0d Fixes typo /dev/nulll -> /dev/null. Closes #386. Thanks to jbiggar 14 年之前
  Ask Solem f56f3e7e36 use Event instead of create_event 14 年之前
  Ask Solem 154431f2c4 Fixes typo kill -> _kill 14 年之前
  Ask Solem 440b46bd9a TaskRegistry doesn't have to be UserDict 14 年之前
  David Arthur 736361873e AbortableTask must use the request, and not depend on magic kwargs. 14 年之前
  Miguel Hernandez Martos a5cce0b2b8 Windows: Process pool: terminate_process: Also terminate the tasks process children 14 年之前
  Jannis Leidel d9b3ac610c Removes deprecated setting REDIS_CONNECT_RETRY from configuration docs. 14 年之前
  Ask Solem c2d83cc7b2 celeryd: Proper catch-all of terminating exception 14 年之前
  Ask Solem 09a6a116e6 pavement: Adds the -E|--noerror option to flake8 14 年之前
  Ask Solem 057e1f77ae Not all Pool.apply_async arguments changed to using scalar value 14 年之前
  Ask Solem dd02305c68 celeryd: Don't re-raise from new stack 14 年之前
  Ask Solem f0962a90db platforms.signals: New interface for managing process signals. 14 年之前
  Ask Solem a40ab46dc8 Implements join_native() + iter_native() for Redis and Cache backends 14 年之前
  Ask Solem e482db8eac Use prepare_expires in other backends as well 14 年之前
  Ask Solem ca43b67523 Cleans up the redis backend, configuration keys now CELERY_REDIS_* instead of REDIS_* 14 年之前
  Ask Solem d328ac4e44 BROKER_TRANSPORT is now preferred over BROKER_BACKEND 14 年之前
  Ask Solem 11f474a8ba TaskRequest: Fixes typo safe_repr(traceback) -> safe_str(traceback) in the retry handler 14 年之前
  Ask Solem 8e915e543a Cosmetics 14 年之前