コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 7c072e4d31 Armin sez only to use one dot, and he's right 13 年 前
  Ask Solem b398ba3994 AsyncResult.task_id -> AsyncResult.id (also TasksetResult.taskset_id -> .id 13 年 前
  Ask Solem 6708b9ce9b Removes built-in ping task (celery.ping) scheduled for removal since 2.3 13 年 前
  Ask Solem 0bff43377e PEP8ify + pyflakes 13 年 前
  Ask Solem 94296014dd rate limits: Fixes performance regression. Thanks to 23doors. Closes #598. 13 年 前
  Ask Solem 6b52605db6 Updates copyright years to include 2012 13 年 前
  Ask Solem 2438c1f64d 15000msgs/s 14 年 前
  Ask Solem b01b81c60a Use TokenBucket from kombu.utils.limits instead. 14 年 前
  Ask Solem 641e838dd6 Cosmetics 14 年 前
  Ask Solem b4b239da34 Tests passing 14 年 前
  Ask Solem 27caaad22c Adds module docstrings 14 年 前
  Ask Solem b6179c7316 Use new-style relative imports 14 年 前
  Ask Solem 9b21dea245 Can't have multiple imports from __future__ in Py 2.5.0 14 年 前
  Ask Solem 8e915e543a Cosmetics 14 年 前
  Ask Solem c396539693 with_default_connection -> with default_connection 14 年 前
  Ask Solem 1dfe6d0d54 Remove 2.4 workarounds 14 年 前
  Ask Solem 8dc7051de0 Don't sleep when the bucket is empty, rather wait for a task to be received 14 年 前
  Ask Solem 377f1cc358 Cosmetics 14 年 前
  Ask Solem 823f45cf0a Documentation improvements 15 年 前
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 15 年 前
  Ask Solem 4776440405 Don't use map without return value (2to3 suggested) 15 年 前
  Ask Solem de428230ca pyflakes 15 年 前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 年 前
  Ask Solem 89d123fd1f worker.buckets.TaskBucket.get: Honor timeout argument and wait for item available in one of the queues. 15 年 前
  Ask Solem 267ede3385 celery.datastructures.TokenBucket: Generic Token Bucket algorithm 15 年 前
  Ask Solem 0dbdc5de4d 94% total coverage 15 年 前
  Ask Solem 2a4659a067 itertools.chain.from_iterable new in Py2.6 15 年 前
  Ask Solem d8f853189b celery.buckets: Use collections.deque instead of Queue for buffer, as it doesn't have to be thread safe. 15 年 前
  Ask Solem 4b28602c23 PEP8ify 15 年 前
  Ask Solem 3ff2e37963 Moved date and time related utility functions to celery.utils.timeutils 15 年 前