コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally 15 年 前
  Ask Solem 8c38eba699 Implement Fake with statement for tests 15 年 前
  Jesper Noehr 5c7a9cda90 more empty yields 15 年 前
  Jesper Noehr 42a05af7b2 some more fixes 15 年 前
  Jesper Noehr 8a63c291f2 getting rid of 'with' and replacing contextlib with a fallback 15 年 前
  Jesper Noehr bb1d75c32c from __future__ in tests too 15 年 前
  Jesper Noehr 692f856596 oops, didn't mean to leave that there 15 年 前
  Jesper Noehr 2b93e5495a generator expressions for 2.4 15 年 前
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. 15 年 前
  Ask Solem c879b3b8ad Update otherqueue tutorial 15 年 前
  Ask Solem 85e0f24d37 Forgot to backport warnings.WarningMessage, which is not present in Python <= 2.5 15 年 前
  Ask Solem a5224448fb Tests now passes on Python 2.5 15 年 前
  Ask Solem 53f5f08f85 OrderedDict now passes tests in Python 2.5 15 年 前
  Ask Solem afbd6429d0 PEP8ify 15 年 前
  Ask Solem dacbe55939 Wops, commit a tiny vimfo there. parse_qsd -> parse_qsl 15 年 前
  Ask Solem 76fe4b212c LocalCache now uses OrderedDict instead of a heap queue 15 年 前
  Ask Solem 1f8e54a127 Compat version of Python 2.7+'s OrderedDict 15 年 前
  Ask Solem e76d41d736 celerybeat debian init script: Die if $CELERYD is not executable 15 年 前
  Ask Solem 4181390de5 Handle Redis ConnectionError properly in tests 15 年 前
  Ask Solem 1cba6d685c initscripts: Die if the provided celeryd/celerybeat is not executable. Closes #76 15 年 前
  Ask Solem e84eae06ef Updated changelog 15 年 前
  Ask Solem 54aeaf8717 Now runs worker.stop when hit with the TERM signal. 15 年 前
  Ask Solem 9980653481 Re-enable result caches, as it's a critical part of the API flow. Caching now 15 年 前
  Ask Solem db933ed0ad Refactored .execute.apply_async: .messaging.TaskPublisher.send_task now 15 年 前
  Ask Solem 5a0ada1398 Disable result cache for all backends but the AMQP backend. 15 年 前
  Ask Solem 1600df8024 The AMQP backend now uses the LocalCache dictionary as cache, to limit the number of results kept in memory. Closes #75 15 年 前
  Ask Solem 616b9c6461 Introduced celery.datastructures.LocalCache, a dictionary with a limit on the number of keys, perfect for caches where keys are unique (i.e. task result caches) 15 年 前
  Ask Solem eaf019587a Mention CELERY_DEFAULT_RATE_LIMIT in configuration docs. Thanks to kmike! Closes #77 15 年 前
  Ask Solem 0155cba133 Deprecated REDIS_TIMEOUT, and REDIS_CONNECT_RETRY, added REDIS_PASSWORD, to work with new redis API. 15 年 前
  Ask Solem 487387ff48 Fixed typo in SIGINT handler 15 年 前