Historial de Commits

Autor SHA1 Mensaje Fecha
  Ask Solem 017bdbd5a4 AsyncResult.traceback: Return None, not raise KeyError if missing traceback. hace 15 años
  Jonas Haag 3b89c0a0c9 Make .store_result function if 'state' is not known to celery. hace 15 años
  Ask Solem 5670936e51 Remove some more hardcoded usage of .conf hace 15 años
  Ask Solem d6e489fee7 Backends: Removed is_successful(), replaced by AsyncResult.success(). hace 15 años
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. hace 15 años
  Ask Solem aa389721b1 Revoked tasks now marked with state REVOKED, and result.get() will now raise TaskRevokedError. hace 15 años
  Ask Solem 590c37ddb7 Removes backend.capabilities (not used anymore) hace 15 años
  Ask Solem 15833527be Renamed "running" to "started" hace 15 años
  Rune Halvorsen 4fa458f23f Added experimental support for a "running" status on tasks hace 15 años
  Ask Solem a3c2c539ef pyflakes hace 15 años
  Ask Solem 273f1e49a3 fixed stuff reported by pyflakes hace 15 años
  Ask Solem afbd6429d0 PEP8ify hace 15 años
  Ask Solem 9980653481 Re-enable result caches, as it's a critical part of the API flow. Caching now hace 15 años
  Ask Solem 5a0ada1398 Disable result cache for all backends but the AMQP backend. hace 15 años
  Ask Solem 529dd7146b PEP8ify hace 15 años
  Ask Solem af27b67a70 Fixed typo in redis's default port: 6739 -> 6379. Thanks to brosner! Closes #71 hace 15 años
  Ask Solem edb2dba360 Consistent naming for save_taskset/restore_taskset hace 15 años
  Ask Solem 773101fc44 Tests for KeyValueStore support for saving/restoring taskset results. hace 15 años
  Ask Solem a462e42dcc Clean up the backends hace 15 años
  Ask Solem 727345ded6 New constants for task status states in celery.states hace 15 años
  Ask Solem 94de4a3d6a PEP8ify + pyflakes hace 15 años
  Ask Solem 6517f5dd6a Merge branch 'master' into bradjasper/save_taskset hace 15 años
  Ask Solem 5305fad910 Back at 80% coverage hace 15 años
  Ask Solem c6ce1aa6f8 Cosmetic changes hace 15 años
  Ask Solem adb51b8167 Adds some task state constants to BaseBackend hace 15 años
  Ask Solem 0208ec9f8b Moved celery.serialization + celery.utils.functional -> billiard.* hace 16 años
  Ask Solem 84eb860d99 PEP8ify: Group imports hace 16 años
  Ask Solem c3c73e7a6f Encode results according to state in one common place, also fixes some backends not preparing exceptions on retry. hace 16 años
  Ask Solem 13a4a879cc More PyFlakes cleanup hace 16 años
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) hace 16 años