提交歷史

作者 SHA1 備註 提交日期
  Ask Solem c94ff33669 Be *way* smarter on the way we sleep between token buckets get attempts. 16 年之前
  Ask Solem c1ad026f08 Forgot to return item in TaskBucket.get 16 年之前
  Ask Solem 8ff75a73c0 Implementation of rate limits per. task using token buckets. 16 年之前
  Ask Solem 18e7d4e111 Added Wes Winham to AUTHORS 16 年之前
  wes 2ddfa0e4bb Added a Django test runner to contrib that sets CELERY_ALWAYS_EAGER = True for testing with the database backend. Also added a cookbook on unit testing that uses the test runner and builds on the FeedImporter cookbook 16 年之前
  Ask Solem 88346f5aa7 Merge branch 'master' into nocallables 16 年之前
  Ask Solem 6c99511670 Sphinx: Now using the ADC theme by coordt 16 年之前
  Ask Solem 684296c0cc Mention AMQP result backend in docs/configuration. Closes #38 16 年之前
  Ask Solem a9e0ce6da4 Added external.rst to tutorials/index TOC 16 年之前
  Ask Solem 59eec5a50f Docs: Added link page to external tutorials and resources. 16 年之前
  Luis Clara Gomez 34a386d0a5 This patch adds the CELERY_CACHE_BACKEND for using something other than the django-global backend. 16 年之前
  Ask Solem 2359b65a59 Use from .. import (...) parens 16 年之前
  Ask Solem 0622780e22 Ok, making celery.py a shortcut module was a mistake. 16 年之前
  Ask Solem 566e68d3b0 Make decorators.task, Task, PeriodicTask, apply* available from celery.py 16 年之前
  Ask Solem 3008b25da6 Move distribution metadata in celery.py to celery/distmeta.py 16 年之前
  Ask Solem 8a17f5e8d2 Lower default loglevel to WARN for 1.0 16 年之前
  Ask Solem d3fbcd503a Use custom implementation of functools.partial (curry) for Python 2.4 support 16 年之前
  Ask Solem b4bfa4b2a0 Merge branch 'master' into nocallables 16 年之前
  Ask Solem 92ca50debf Don't force master in doc2ghpages 16 年之前
  Ask Solem 232f7c166c Bumped version to 0.9.0 (new development branch) 16 年之前
  Ask Solem 214a388922 Use @task decorator in README 16 年之前
  Ask Solem 8efc475e5b Remove tests testing registry.AlreadyRegistered as it's no longer used. 16 年之前
  Ask Solem b15219689f Fix some docstring typos 16 年之前
  Ask Solem cdcf4bc7b4 New unittest utility decorators: @skip(reason), @skip_if(predicate, reason) 16 年之前
  Ask Solem 9509f8a513 Unittest utility decorator: @todo("Reason") 16 年之前
  Ask Solem 743245d322 Don't raise AlreadyRegistered anymore for backward compatibility 16 年之前
  Ask Solem 9b63529e25 Remove references to register in documentation 16 年之前
  Ask Solem 5950f14ab0 Allow base=PeriodicTask argument to task decorator 16 年之前
  Ask Solem 9374d1a0ae Tasks now automatically registered in the registry, also automatic naming is now always working with relative imports. 16 年之前
  Ask Solem 040460a5bc Task decorator now sets an "argspec" attribute for the run method so the original argspec can be presevered by fun_takes_kwargs. 16 年之前