提交歷史

作者 SHA1 備註 提交日期
  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 16 年之前
  Ask Solem 773101fc44 Tests for KeyValueStore support for saving/restoring taskset results. 16 年之前
  Ask Solem a462e42dcc Clean up the backends 16 年之前
  Ask Solem 727345ded6 New constants for task status states in celery.states 16 年之前
  Ask Solem 94de4a3d6a PEP8ify + pyflakes 16 年之前
  Ask Solem 6517f5dd6a Merge branch 'master' into bradjasper/save_taskset 16 年之前
  Ask Solem 5305fad910 Back at 80% coverage 16 年之前
  Ask Solem c6ce1aa6f8 Cosmetic changes 16 年之前
  Ask Solem adb51b8167 Adds some task state constants to BaseBackend 16 年之前
  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 年之前
  Brad Jasper f437c20452 got tests all passing for database taskmeta backend 16 年之前
  Ask Solem 156ff94a48 Move find_nearest_pickleable_exception + UnpickleableExceptionWrapper to celery.serialization 16 年之前
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions 16 年之前
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the 16 年之前
  Ask Solem a19118e6ec Added BaseBackend.mark_as_retry to mark the task status as "RETRY" with the 16 年之前