Historique des commits

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