Commit History

Author SHA1 Message Date
  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
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 15 years ago
  Ask Solem 46acfab72c Added TaskSetResult.__getitem__ 15 years ago
  Bartosz Ptaszynski 73067aab92 TaskSet failed() result was incorrect. Closes #132. 15 years ago
  Ask Solem 0b210335a8 Small fixes. 15 years ago
  Ask Solem 886eb12654 AsyncResult.revoke didn't forward connection arguments. 15 years ago
  Ask Solem d6e489fee7 Backends: Removed is_successful(), replaced by AsyncResult.success(). 15 years ago
  Ask Solem c03cd2202a Lots of documentation improvements 15 years ago
  Ask Solem aa389721b1 Revoked tasks now marked with state REVOKED, and result.get() will now raise TaskRevokedError. 15 years ago
  Ask Solem 3ef777fb66 celery.execute.apply: Should return exception, not ExceptionInfo on error. 15 years ago
  Ask Solem 97277e825e deprecated TaskSet.run removed (use TaskSet.apply_async instead) 15 years ago
  Ask Solem 4b28602c23 PEP8ify 15 years ago