Ask Solem
|
27caaad22c
Adds module docstrings
|
14 年 前 |
Ask Solem
|
b6179c7316
Use new-style relative imports
|
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
|
9b21dea245
Can't have multiple imports from __future__ in Py 2.5.0
|
14 年 前 |
Ask Solem
|
d16c9061db
PEP8ify + pyflakes
|
14 年 前 |
Ask Solem
|
a40ab46dc8
Implements join_native() + iter_native() for Redis and Cache backends
|
14 年 前 |
Ask Solem
|
c396539693
with_default_connection -> with default_connection
|
14 年 前 |
Ask Solem
|
b8a293d40f
Proper implementation of TaskSet.iterate
|
14 年 前 |
Ask Solem
|
1dfe6d0d54
Remove 2.4 workarounds
|
14 年 前 |
Ask Solem
|
6cd3e95060
Implements TaskSetResult().delete (delete after save)
|
14 年 前 |
Ask Solem
|
1151b0c82d
EagerResult.wait should be EagerResult.get now
|
14 年 前 |
Ask Solem
|
7e153ebfe5
AsyncResult.get did not support the interal and propagate arguments
|
14 年 前 |
Ask Solem
|
949f96c2a5
PEP8ify + pyflakes
|
14 年 前 |
Ask Solem
|
332ac0fdf7
Introducing Chords (taskset callbacks)
|
14 年 前 |
Ask Solem
|
7a775f4638
Split TaskSetResult in two: ResultSet and TaskSetResult. Thanks to padt
|
14 年 前 |
Ask Solem
|
f19c6b5012
TaskSetResult.join: Fixes many typos in docstring
|
14 年 前 |
Ask Solem
|
de5f520487
Removed unused attribute AsyncResult.uuid
|
14 年 前 |
Ask Solem
|
d76ce43882
Use current_app instead of app_or_default
|
14 年 前 |
Ask Solem
|
2e62b25cc9
Removes usage of deprecated apply built-in
|
14 年 前 |
Branko Čibej
|
f60d0edad9
Fix exception raised when iterating on the result of TaskSet.apply().
|
14 年 前 |
Ask Solem
|
57dc4f4abb
PEP8ify + pyflakes
|
14 年 前 |
Norman Richards
|
fbf90ed0bf
minor doc revisions for tasksets
|
14 年 前 |
Norman Richards
|
4d5ac47471
allow EagerResult to be saved in TaskSetResult - closes GH-288
|
14 年 前 |
Ask Solem
|
dfbac4a6f9
TaskSetResult.join + AsyncResult.wait improvements.
|
14 年 前 |
Ask Solem
|
9f6dcc7ad1
97% Coverage for celery.result
|
14 年 前 |
Ask Solem
|
785ab7925a
PEP8ify + pyflakes
|
15 年 前 |
Ask Solem
|
a083980ab6
Added TaskSetResult.iter_native: Native way to iterate on multiple results as they finish
|
15 年 前 |
Ask Solem
|
46e0d80c80
Added docstring for TaskSetResult.join_native
|
15 年 前 |
Ask Solem
|
da6dc4bb4c
Merged branch join_native: TaskSetResult.join_native, uses backend-optimized solution to retrieve results for more than one task
|
15 年 前 |
Ask Solem
|
a5b28dc485
TaskSetResult: Remove useless code
|
15 年 前 |