Histórico de commits

Autor SHA1 Mensagem Data
  Ask Solem d6170b85c9 Fixes circular import issue in the Redis result backend 14 anos atrás
  Ask Solem 5d1a050445 Use flake8 instead of pep8+pyflakes and the silly flake ignore list 14 anos atrás
  Ask Solem 4d75e953a4 Chord: Delete saved taskset result after applying body 14 anos atrás
  Ask Solem e4c7d30991 chord: Can now specify the execution options of the chord task, and the interval and max_retries arguments of the unlock task 14 anos atrás
  Ask Solem 332ac0fdf7 Introducing Chords (taskset callbacks) 14 anos atrás
  Ask Solem 951bbd9605 Use cached_property from kombu.utils 14 anos atrás
  Ask Solem 8f09b6967c 100% Coverage for celery.backends.pyredis 14 anos atrás
  Ask Solem cc7e78f9f6 Redis Result Backend: Removed deprecated settings REDIS_TIMEOUT and REDIS_CONNECT_RETRY. 14 anos atrás
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 anos atrás
  Ask Solem 8a3b4765fb Add :setting: ref to all settings in docstrings 14 anos atrás
  Noah Kantrowitz a1f1a6eaba Add support for result expiration to the Redis backend. 14 anos atrás
  Ask Solem c1a6670656 Implemented AsyncResult.forget for sqla/cache/redis/tyrant backends. (Forget and remove task result). Closes #184. Thanks to dottedmag 14 anos atrás
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 anos atrás
  Ask Solem af3c0ccd58 Redis database *number* not *name*. Default is now 0 14 anos atrás
  Ask Solem 07b299cf92 Some more minor django references removed 15 anos atrás
  Ask Solem a2e1c69259 Redis result backend: Don't call SAVE before disconnect. 15 anos atrás
  Ask Solem 384df48005 Use our own ImproperlyConfigured exception 15 anos atrás
  Ask Solem 4181390de5 Handle Redis ConnectionError properly in tests 15 anos atrás
  Ask Solem 5a0ada1398 Disable result cache for all backends but the AMQP backend. 15 anos atrás
  Ask Solem 0155cba133 Deprecated REDIS_TIMEOUT, and REDIS_CONNECT_RETRY, added REDIS_PASSWORD, to work with new redis API. 15 anos atrás
  Ask Solem 6b42a2e048 Make redis backend work with redis-py 1.34.1 15 anos atrás
  Ask Solem 3a71bdb80f Detecting load is now lazy, and not done when importing celery.loaders. 15 anos atrás
  Ask Solem 5305fad910 Back at 80% coverage 15 anos atrás