Ask Solem
|
a568042519
ConfigurationView: dict.__iter__ should return keys not items (Issue #362)
|
há 14 anos atrás |
Ask Solem
|
9c04913c9d
Adds signals: eventlet_pool_started, eventlet_pool_preshutdown, eventlet_pool_postshutdown, eventlet_pool_apply
|
há 14 anos atrás |
Ask Solem
|
f612848a62
PEP8ify + pyflakes
|
há 14 anos atrás |
Ask Solem
|
25a59556f0
Replaced SharedCounter with good old fashioned mutual exclusion
|
há 14 anos atrás |
Ask Solem
|
c3e0ed81ad
Updated copyright statements to include 2011
|
há 14 anos atrás |
Ask Solem
|
156c8edb02
Cosmetics and cleanup
|
há 14 anos atrás |
Ask Solem
|
57dc4f4abb
PEP8ify + pyflakes
|
há 14 anos atrás |
Ask Solem
|
b9b35f32b6
Loader configuration (e.g. django.conf) should not be included when pickling an app
|
há 14 anos atrás |
Ask Solem
|
dfbac4a6f9
TaskSetResult.join + AsyncResult.wait improvements.
|
há 15 anos atrás |
Ask Solem
|
886129424f
99% Coverage for celery.datastructures
|
há 15 anos atrás |
Ask Solem
|
a6357948ab
100% Coverage for celery.app.*
|
há 15 anos atrás |
Ask Solem
|
e27314fa84
Improved autodoc for celery.datastructures
|
há 15 anos atrás |
Ask Solem
|
c3b78b8952
setup.py: Use 2to3 on Py3k
|
há 15 anos atrás |
Ask Solem
|
0694993e93
More efficient pickling of App objects by e.g. only pickling configuration changes
|
há 15 anos atrás |
Ask Solem
|
823f45cf0a
Documentation improvements
|
há 15 anos atrás |
Ask Solem
|
0afa1efa28
Docs: Replaced all occurences of ``literal`` with `literal`
|
há 15 anos atrás |
Ask Solem
|
4776440405
Don't use map without return value (2to3 suggested)
|
há 15 anos atrás |
Ask Solem
|
a81eb571f3
90% coverage
|
há 15 anos atrás |
Ask Solem
|
c408d07b47
PEP8ify (using new version of pep8, 0.6.0)
|
há 15 anos atrás |
Ask Solem
|
9e193f9517
Configuration must appear after '--':
|
há 15 anos atrás |
Ask Solem
|
1ca89298e6
Implemented celery.config_from_object + .config_from_envvar.
|
há 15 anos atrás |
Ask Solem
|
267ede3385
celery.datastructures.TokenBucket: Generic Token Bucket algorithm
|
há 15 anos atrás |
Ask Solem
|
a064754287
Added support for persistent revokes.
|
há 15 anos atrás |
Ask Solem
|
2810ab8b14
.task.sets.subtask can now be used to pass around tasks as callbacks.
|
há 15 anos atrás |
Ask Solem
|
b7e5c93865
QOS: Make sure QoS is enabled before consuming. Also qos update happens at once with eta tasks.
|
há 15 anos atrás |
Ask Solem
|
273f1e49a3
fixed stuff reported by pyflakes
|
há 15 anos atrás |
Jesper Noehr
|
2b93e5495a
generator expressions for 2.4
|
há 15 anos atrás |
Ask Solem
|
76fe4b212c
LocalCache now uses OrderedDict instead of a heap queue
|
há 15 anos atrás |
Ask Solem
|
616b9c6461
Introduced celery.datastructures.LocalCache, a dictionary with a limit on the number of keys, perfect for caches where keys are unique (i.e. task result caches)
|
há 15 anos atrás |
Ask Solem
|
44dbf5b6ac
Some cosmetic changes.
|
há 15 anos atrás |