Histórico de Commits

Autor SHA1 Mensagem Data
  Ask Solem 15833527be Renamed "running" to "started" há 15 anos atrás
  Rune Halvorsen 4fa458f23f Added experimental support for a "running" status on tasks há 15 anos atrás
  Ask Solem b87d81664d Fixed *potential* infinite loop in BaseAsyncResult.__eq__, although no evidence that it has ever been triggered. há 15 anos atrás
  Jesper Noehr 2b93e5495a generator expressions for 2.4 há 15 anos atrás
  Ask Solem edb2dba360 Consistent naming for save_taskset/restore_taskset há 15 anos atrás
  Ask Solem 712c33ab9f Embedded celerybeat is now running as a separate process instead of as a há 15 anos atrás
  Ask Solem 773101fc44 Tests for KeyValueStore support for saving/restoring taskset results. há 15 anos atrás
  Ask Solem 6127f73e09 TaskSetResult save+restore. Now have to explicitly save the result há 15 anos atrás
  Ask Solem 727345ded6 New constants for task status states in celery.states há 15 anos atrás
  Ask Solem 61b4d9f05e 92% coverage há 16 anos atrás
  Ask Solem 5305fad910 Back at 80% coverage há 16 anos atrás
  Ask Solem 3f89d885ea Added AsyncResult.revoke as a shortcut to revoke(AsyncResult.task_id) há 16 anos atrás
  Ask Solem c6ce1aa6f8 Cosmetic changes há 16 anos atrás
  Ask Solem 5a995ce483 Compat implementation of all(), any() and collections.defaultdict há 16 anos atrás
  Ask Solem 84eb860d99 PEP8ify: Group imports há 16 anos atrás
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) há 16 anos atrás
  Ask Solem 10e6675b29 Tests now passing with the new execution trace há 16 anos atrás
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions há 16 anos atrás
  Ask Solem 7cb2855e93 TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31 há 16 anos atrás
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the há 16 anos atrás
  Ask Solem f28398b939 Don't use threading.Timer for timeouts. há 16 anos atrás
  Ask Solem 2f4e8fb12b PEP8ify há 16 anos atrás
  Ask Solem 1a03757b78 Adds eager execution. celery.execute.apply|Task.apply executes the function locally by há 16 anos atrás
  Ask Solem 0eb1627221 No need for dict([list-comprehension]) when we can use dict(generator-expression) há 16 anos atrás
  Ask Solem 448f4656b1 PEP8ify há 16 anos atrás
  Ask Solem aef7f13a1c Remove celery.timer and replace with threading.Timer instead. há 16 anos atrás
  Ask Solem 8b04474d9c Documentation: Fix rSt errors há 16 anos atrás
  Ask Solem 03d30a32de Make TaskSet.run() respect message options from the Task class. Closes #16. há 16 anos atrás
  Ask Solem 4775a4c279 AsyncResult.ready() was always True. Closes #10. Thanks talentless. há 16 anos atrás
  Ask Solem a3dae4cded Removed stupid comment. há 16 anos atrás