Ask Solem 6f069dde0a Add a block=True argument to TaskBucket.get and add TaskBucket.get_nowait 16 years ago
..
backends 34a386d0a5 This patch adds the CELERY_CACHE_BACKEND for using something other than the django-global backend. 16 years ago
bin 6c856e5012 SQLite no concurrency limit should only be effective if the db backend is used. 16 years ago
loaders 5969b706ae PEP8ify 16 years ago
management c48d219600 Some docstrings and nicer info at startup (show version number) 16 years ago
task 8ff75a73c0 Implementation of rate limits per. task using token buckets. 16 years ago
tests 1cf16ed918 Shiny new unittests for the rate limiting feature. 16 years ago
utils d3fbcd503a Use custom implementation of functools.partial (curry) for Python 2.4 support 16 years ago
worker 8ff75a73c0 Implementation of rate limits per. task using token buckets. 16 years ago
__init__.py cfe7e16175 Bump version to 0.8.0 16 years ago
buckets.py 6f069dde0a Add a block=True argument to TaskBucket.get and add TaskBucket.get_nowait 16 years ago
conf.py 8ff75a73c0 Implementation of rate limits per. task using token buckets. 16 years ago
datastructures.py fa338c65d8 PEP8ify 16 years ago
discovery.py 6b81d06f56 Everything now conforms to pep8.py 16 years ago
exceptions.py 076d016d3a Move TimeoutError to celery.exceptions 16 years ago
execute.py d3fbcd503a Use custom implementation of functools.partial (curry) for Python 2.4 support 16 years ago
fields.py e8c8a82ac3 Tests now passing again, override_stdouts now has to redirect __stdout__+__stderr__ as well now that emergency_error prints to __stderr__. 16 years ago
log.py c1c01f8bb0 Abstract away the use of multiprocessing.get_logger() 16 years ago
managers.py 42e154dff6 celery.managers: s/Exceptions/Exception/ 16 years ago
messaging.py b3a468ef60 Added signal: task_sent, triggered when a task has been sent to the broker. 16 years ago
models.py 5969b706ae PEP8ify 16 years ago
monitoring.py 041e245d9a Merge branch 'master' into nodjango 16 years ago
pool.py d3fbcd503a Use custom implementation of functools.partial (curry) for Python 2.4 support 16 years ago
registry.py 2bbdbc1a5a Move AlreadyRegistered and NotRegistered to celery.exceptions 16 years ago
result.py 076d016d3a Move TimeoutError to celery.exceptions 16 years ago
serialization.py d3fbcd503a Use custom implementation of functools.partial (curry) for Python 2.4 support 16 years ago
signals.py b3a468ef60 Added signal: task_sent, triggered when a task has been sent to the broker. 16 years ago
supervisor.py 4592b79e89 Supervisor: Accidentally removed keyword argument join_timeout 16 years ago
urls.py ced0b64ad2 Raise our pylint score to 8.24/10 16 years ago
views.py 063bddac5a s/HTTPResponse/HttpResponse/ 16 years ago