Commit History

Author SHA1 Message Date
  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
  Ask Solem 15833527be Renamed "running" to "started" 15 years ago
  Rune Halvorsen 4fa458f23f Added experimental support for a "running" status on tasks 15 years ago
  Ask Solem b87d81664d Fixed *potential* infinite loop in BaseAsyncResult.__eq__, although no evidence that it has ever been triggered. 15 years ago
  Jesper Noehr 2b93e5495a generator expressions for 2.4 15 years ago
  Ask Solem edb2dba360 Consistent naming for save_taskset/restore_taskset 15 years ago
  Ask Solem 712c33ab9f Embedded celerybeat is now running as a separate process instead of as a 15 years ago
  Ask Solem 773101fc44 Tests for KeyValueStore support for saving/restoring taskset results. 15 years ago
  Ask Solem 6127f73e09 TaskSetResult save+restore. Now have to explicitly save the result 15 years ago
  Ask Solem 727345ded6 New constants for task status states in celery.states 15 years ago
  Ask Solem 61b4d9f05e 92% coverage 16 years ago
  Ask Solem 5305fad910 Back at 80% coverage 16 years ago
  Ask Solem 3f89d885ea Added AsyncResult.revoke as a shortcut to revoke(AsyncResult.task_id) 16 years ago
  Ask Solem c6ce1aa6f8 Cosmetic changes 16 years ago
  Ask Solem 5a995ce483 Compat implementation of all(), any() and collections.defaultdict 16 years ago
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 years ago
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) 16 years ago
  Ask Solem 10e6675b29 Tests now passing with the new execution trace 16 years ago
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions 16 years ago
  Ask Solem 7cb2855e93 TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31 16 years ago