コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 57a6491c90 Cache backend: expires must be an int, not float. Thanks to jonozzz 16 年 前
  Ask Solem c92d47934b Added sdcooke to AUTHORS 16 年 前
  Ask Solem 975396b054 Cosmetics 16 年 前
  Ask Solem 72257464bd Merge branch 'sdcooke/task_expires' 16 年 前
  Ask Solem 8765d6f1e8 pwd and grp not available on Windows. Closes #210. Thanks to klibertb 16 年 前
  Ask Solem 4bca120eef Add newline to task failed log message 16 年 前
  Ask Solem e379e13b89 Bug in TaskPool: The semaphore was released both at ACK and result ready. 16 年 前
  Ask Solem 4ea26d76e2 celeryd: Show helpful message instead of traceback for unknown loglevel. 16 年 前
  Ask Solem 9de4b36d13 Updated MANIFEST.in 16 年 前
  Ask Solem c8bca29fa5 pyflakes 16 年 前
  Ask Solem 1aeb981d13 Bumped version to 2.1.0 and updated the Changelog 16 年 前
  Ask Solem ae42674167 Changed __homepage__ to http://celeryproject.org 16 年 前
  Ask Solem c9e4a0e282 Changelog: Fixed link to release cycle wiki page 16 年 前
  Ask Solem c7e0741c91 Fixed ugly typo in userguide/overview 16 年 前
  Ask Solem f8ed706202 Documentation: Copy images locally 16 年 前
  Ask Solem 19ad25dfa6 Added TaskSet.Publisher: Can be used to override the publisher class used to send subtasks 16 年 前
  Ask Solem 6580ff824d Updated Changelog 16 年 前
  Ask Solem c6bc66a0df KeyValueStoreBackend.forget: delete(key_for_task(id)) not delete(id) 16 年 前
  Ask Solem b145f9c71c Bumped version to 2.1.0rc4 16 年 前
  Ask Solem 1f25c9b25d Improved userguides 16 年 前
  Ask Solem e23d04a276 Changelog improvements 16 年 前
  Ask Solem ba4f020604 Improved the executing user guide 16 年 前
  Ask Solem 18bd082abe Removed pool diagnose command, as it was not working well 16 年 前
  Ask Solem 36ea925f7d Don't mark tasks as revoked if CELERY_IGNORE_RESULT=True. Closes #207. Thanks to rlotun 16 年 前
  Ask Solem 75deb54ba5 Fixed broken test (test_worker.py) 16 年 前
  Ask Solem e877cad70f Fixed weird bug with new processes created by the supervisor being stuck while reading from the task Queue. See http://bugs.python.org/issue10037 16 年 前
  Ask Solem 49fb85923b result.ready should check for membership in READY_STATES 16 年 前
  Ask Solem a08d194b3d AMQP Result Backend: Enable auto_delete for the result queues again 16 年 前
  Ask Solem 66ef7d894c AMQP Result backend: Fixed ugly bug with result.get() if CELERY_TRACK_STARTED=True 16 年 前
  Ask Solem c6f778035e Skip Mediator and ready_queue and just send directly to pool if DISABLE_RATE_LIMITS=True 16 年 前