Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ask Solem 6127f73e09 TaskSetResult save+restore. Now have to explicitly save the result 15 gadi atpakaļ
  Ask Solem 727345ded6 New constants for task status states in celery.states 15 gadi atpakaļ
  Ask Solem 61b4d9f05e 92% coverage 15 gadi atpakaļ
  Ask Solem 5305fad910 Back at 80% coverage 15 gadi atpakaļ
  Ask Solem 3f89d885ea Added AsyncResult.revoke as a shortcut to revoke(AsyncResult.task_id) 15 gadi atpakaļ
  Ask Solem c6ce1aa6f8 Cosmetic changes 15 gadi atpakaļ
  Ask Solem 5a995ce483 Compat implementation of all(), any() and collections.defaultdict 15 gadi atpakaļ
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 gadi atpakaļ
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) 16 gadi atpakaļ
  Ask Solem 10e6675b29 Tests now passing with the new execution trace 16 gadi atpakaļ
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions 16 gadi atpakaļ
  Ask Solem 7cb2855e93 TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31 16 gadi atpakaļ
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the 16 gadi atpakaļ
  Ask Solem f28398b939 Don't use threading.Timer for timeouts. 16 gadi atpakaļ
  Ask Solem 2f4e8fb12b PEP8ify 16 gadi atpakaļ
  Ask Solem 1a03757b78 Adds eager execution. celery.execute.apply|Task.apply executes the function locally by 16 gadi atpakaļ
  Ask Solem 0eb1627221 No need for dict([list-comprehension]) when we can use dict(generator-expression) 16 gadi atpakaļ
  Ask Solem 448f4656b1 PEP8ify 16 gadi atpakaļ
  Ask Solem aef7f13a1c Remove celery.timer and replace with threading.Timer instead. 16 gadi atpakaļ
  Ask Solem 8b04474d9c Documentation: Fix rSt errors 16 gadi atpakaļ
  Ask Solem 03d30a32de Make TaskSet.run() respect message options from the Task class. Closes #16. 16 gadi atpakaļ
  Ask Solem 4775a4c279 AsyncResult.ready() was always True. Closes #10. Thanks talentless. 16 gadi atpakaļ
  Ask Solem a3dae4cded Removed stupid comment. 16 gadi atpakaļ
  Ask Solem e68b712eb2 PEP8ify 16 gadi atpakaļ
  Ask Solem 20caa1bd2a Fix rst syntax warnings. 16 gadi atpakaļ
  Ask Solem 61cbba5345 TaskSet.run() now returns a celery.result.TaskSetResult instance, which lets 16 gadi atpakaļ
  Ask Solem ea2f3a4a6e pep8ify 16 gadi atpakaļ
  Ask Solem 474e5b2374 Revert to pre-broken pystrip execution 16 gadi atpakaļ
  Ask Solem 2723ca06da Remove extraenous whitespace using pystrip 16 gadi atpakaļ
  Ask Solem 193f96c26c Documentation improvements 16 gadi atpakaļ