提交歷史

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