Ask Solem
|
d4bb75ef4b
Py3k fixes
|
13 년 전 |
Ask Solem
|
e6c19ad57f
Cosmetics
|
13 년 전 |
Ask Solem
|
d60fa8d40c
Chords was broken + pyflakes
|
13 년 전 |
Ask Solem
|
53b61c638b
99% overall coverage :happy:
|
13 년 전 |
Ask Solem
|
cbb791b176
Clonedigger refactorings
|
13 년 전 |
Ask Solem
|
c2aeb14536
Chords now works when result serializer is not pickle (e.g. JSON)
|
13 년 전 |
Ask Solem
|
7c072e4d31
Armin sez only to use one dot, and he's right
|
13 년 전 |
Ask Solem
|
073295fe0b
Use kombu.utils.encoding instead
|
13 년 전 |
Ask Solem
|
041cb3c20d
Tasks can now have callbacks and errbacks, and dependencies are recorded
|
13 년 전 |
Ask Solem
|
b398ba3994
AsyncResult.task_id -> AsyncResult.id (also TasksetResult.taskset_id -> .id
|
13 년 전 |
Ask Solem
|
22ceb946b5
Task registry is no longer global, but needs testing before merge, and hopefully cleaning up
|
14 년 전 |
Ask Solem
|
b05a249a66
Tests passing on Py 3.2
|
13 년 전 |
Ask Solem
|
0d7337fdd2
set(dict.keys()) is the same as set(dict)
|
14 년 전 |
Dan McGee
|
93258b8bb4
Adds Chord support for the cache backend.
|
14 년 전 |
Ask Solem
|
9bac5498eb
Adds chord callback support for the amqp backend
|
14 년 전 |
Ask Solem
|
641e838dd6
Cosmetics
|
14 년 전 |
Ask Solem
|
f5d3c1ef6f
KeyValueStoreBackend.get_many must respect timeout. Closes #512. Thanks to lbucket
|
14 년 전 |
Ask Solem
|
2846d8868c
Backports py3k support from 3.0-devel branch into 2.4
|
14 년 전 |
Ask Solem
|
0d0dbae0ce
Merge branch 'lrucache'
|
14 년 전 |
Ask Solem
|
b6179c7316
Use new-style relative imports
|
14 년 전 |
Ask Solem
|
9f2d47fffe
PEP8ify
|
14 년 전 |
Ask Solem
|
5a3568baa2
Backend.encode/.decode added to wrong class...
|
14 년 전 |
Steeve Morin
|
1d20a4babb
KeyValueStoreBackend and BaseDictBackend now respects CELERY_RESULT_SERIALIZER.
|
14 년 전 |
Ask Solem
|
81d5ffa843
PEP8ify + pyflakes
|
14 년 전 |
rnoel
|
187513368d
All result backends now implement __reduce__ so they can safely be pickled.
|
14 년 전 |
Ask Solem
|
dc6caecdd3
ResultSet.iterate did not actually yield results as they finish. This fixes that, but can result in strain when polling resources. It is about time we implemented iter_native for databases. Closes #459
|
14 년 전 |
Ask Solem
|
adde99c844
PEP8ify + pyflakes
|
14 년 전 |
rnoel
|
18aa7b7fce
Corrects other thread-safety issues.
|
14 년 전 |
Ask Solem
|
e84259f9d2
PEP8ify + pyflakes
|
14 년 전 |
Steeve Morin
|
5eb715f8bf
Fixes Exception when not using Pickle or Yaml RESULT_SERIALIZERS
|
14 년 전 |