Commit History

Author SHA1 Message Date
  Ask Solem dfbac4a6f9 TaskSetResult.join + AsyncResult.wait improvements. 14 years ago
  Christoph Burgmer 9b575d9197 Raise NotImplementedError for forget() with AMQP 14 years ago
  Ask Solem f4aefcdd0d Removed `celery.task.RemoteExecuteTask` and accompanying functions: `dmap`, `dmap_async`, and `execute_remote`. 14 years ago
  Ask Solem c1eb62f9d3 Cosmetics 14 years ago
  Chris Rose c266bc1877 Fix the DB backend race condition when clients access the taskmeta at the same time as the server creates it 14 years ago
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 years ago
  Ask Solem 7a9c079440 KeyValueStoreBackend.forget: delete(key_for_task(id)) not delete(id) 14 years ago
  Ask Solem 0c8580f8e6 AsyncResult.forget: Need to remove task from BaseDictBackend cache, so backends should now define the _forget method to override how the key is deleted. 14 years ago
  Ask Solem c1a6670656 Implemented AsyncResult.forget for sqla/cache/redis/tyrant backends. (Forget and remove task result). Closes #184. Thanks to dottedmag 14 years ago
  Ask Solem 7f082a8ea8 Intense refactoring 14 years ago
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 years ago
  Ask Solem 5c962c8101 WorkerTaskTrace now includes more metadata for the STARTED state: pid and hostname of the worker that started the task. 14 years ago
  Ask Solem a1f4e2989c AsyncResult.traceback: Return None, not raise KeyError if missing traceback. 14 years ago
  Jonas Haag 4e9d87b95c Make .store_result function if 'state' is not known to celery. 14 years ago
  Ask Solem 5670936e51 Remove some more hardcoded usage of .conf 15 years ago
  Ask Solem d6e489fee7 Backends: Removed is_successful(), replaced by AsyncResult.success(). 15 years ago
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 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 590c37ddb7 Removes backend.capabilities (not used anymore) 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 a3c2c539ef pyflakes 15 years ago
  Ask Solem 273f1e49a3 fixed stuff reported by pyflakes 15 years ago
  Ask Solem afbd6429d0 PEP8ify 15 years ago
  Ask Solem 9980653481 Re-enable result caches, as it's a critical part of the API flow. Caching now 15 years ago
  Ask Solem 5a0ada1398 Disable result cache for all backends but the AMQP backend. 15 years ago
  Ask Solem 529dd7146b PEP8ify 15 years ago
  Ask Solem af27b67a70 Fixed typo in redis's default port: 6739 -> 6379. Thanks to brosner! Closes #71 15 years ago
  Ask Solem edb2dba360 Consistent naming for save_taskset/restore_taskset 15 years ago
  Ask Solem 773101fc44 Tests for KeyValueStore support for saving/restoring taskset results. 15 years ago