Commit History

Author SHA1 Message Date
  Ask Solem 949f96c2a5 PEP8ify + pyflakes 14 years ago
  Ask Solem 332ac0fdf7 Introducing Chords (taskset callbacks) 14 years ago
  Ask Solem 7a775f4638 Split TaskSetResult in two: ResultSet and TaskSetResult. Thanks to padt 14 years ago
  Ask Solem f19c6b5012 TaskSetResult.join: Fixes many typos in docstring 14 years ago
  Ask Solem de5f520487 Removed unused attribute AsyncResult.uuid 14 years ago
  Ask Solem d76ce43882 Use current_app instead of app_or_default 14 years ago
  Ask Solem 2e62b25cc9 Removes usage of deprecated apply built-in 14 years ago
  Branko Čibej f60d0edad9 Fix exception raised when iterating on the result of TaskSet.apply(). 14 years ago
  Ask Solem 57dc4f4abb PEP8ify + pyflakes 14 years ago
  Norman Richards fbf90ed0bf minor doc revisions for tasksets 15 years ago
  Norman Richards 4d5ac47471 allow EagerResult to be saved in TaskSetResult - closes GH-288 15 years ago
  Ask Solem dfbac4a6f9 TaskSetResult.join + AsyncResult.wait improvements. 15 years ago
  Ask Solem 9f6dcc7ad1 97% Coverage for celery.result 15 years ago
  Ask Solem 785ab7925a PEP8ify + pyflakes 15 years ago
  Ask Solem a083980ab6 Added TaskSetResult.iter_native: Native way to iterate on multiple results as they finish 15 years ago
  Ask Solem 46e0d80c80 Added docstring for TaskSetResult.join_native 15 years ago
  Ask Solem da6dc4bb4c Merged branch join_native: TaskSetResult.join_native, uses backend-optimized solution to retrieve results for more than one task 15 years ago
  Ask Solem a5b28dc485 TaskSetResult: Remove useless code 15 years ago
  Ask Solem 40ba910ea0 Smarter pickling of AsyncResult's 15 years ago
  Ask Solem 4fbdffdfbc PEP8ify 15 years ago
  Ask Solem 823f45cf0a Documentation improvements 15 years ago
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 15 years ago
  Ask Solem de428230ca pyflakes 15 years ago
  Ask Solem 6a7b03b298 Improved userguides 15 years ago
  Ask Solem 8ca7044bef result.ready should check for membership in READY_STATES 15 years ago
  Ask Solem 9dadb1c659 Added 'propagate=True' argument TaskSetResult.join: Disable to not re-raise exceptions occuring in subtasks 15 years ago
  Ask Solem 8a3b4765fb Add :setting: ref to all settings in docstrings 15 years ago
  Ask Solem c1a6670656 Implemented AsyncResult.forget for sqla/cache/redis/tyrant backends. (Forget and remove task result). Closes #184. Thanks to dottedmag 15 years ago
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp 15 years ago
  Ask Solem 7f082a8ea8 Intense refactoring 15 years ago