Historial de Commits

Autor SHA1 Mensaje Fecha
  Ask Solem 395f99e296 Change all references of Carrot to Kombu hace 15 años
  Ask Solem 93a7dcfe0f Cache backend: expires must be an int, not float. Thanks to jonozzz hace 15 años
  Ask Solem c1a6670656 Implemented AsyncResult.forget for sqla/cache/redis/tyrant backends. (Forget and remove task result). Closes #184. Thanks to dottedmag hace 15 años
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) hace 15 años
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. hace 15 años
  Ask Solem 7a818601d4 Fixed some outdated documentation hace 15 años
  Ask Solem f0ddafa69a PEP8ify hace 15 años
  Ask Solem 0dbdc5de4d 94% total coverage hace 15 años
  Ask Solem 7cdc6aebb6 celery.backends.cache: Fixed typo dict(a, b) -> dict(a, **b) hace 15 años
  Ask Solem 391efc75d8 Fixed typo CELERY_CACHE_OPTIONS -> CELERY_CACHE_BACKEND_OPTIONS hace 15 años
  Ask Solem df7fd4612f celery.backends.cache: Fixed typos hace 15 años
  Ask Solem 13175ff5fc Remove invalid assert statement hace 15 años
  Ask Solem f2055fbe08 cache backend: Fallback to memcache if pylibmc not available hace 15 años
  Ask Solem f7dcff50f1 First stab at a cache backend hace 15 años
  Ask Solem 159e4415c7 Django specific modules moved to the django-celery package. hace 15 años
  Ask Solem 1e9ec0f092 Import timedelta_seconds from utils.timeutils not utils. hace 15 años
  Ask Solem 0ae5d07710 Cache backend now respects CELERY_TASK_RESULT_EXPIRES. Thanks to mulka hace 16 años
  Ask Solem 0131f243d4 Django raises InvalidCacheBackendClass not ImportError :( hace 16 años
  Ask Solem 1f9b69c9c7 Ignore ImportErrors when importing the django memcached backend. hace 16 años
  Ask Solem 5305fad910 Back at 80% coverage hace 16 años
  Ask Solem d06b47b45f CELERY_BACKEND must now include the backend class name if not an alias. hace 16 años
  Ask Solem 84eb860d99 PEP8ify: Group imports hace 16 años
  Luis Clara Gomez 34a386d0a5 This patch adds the CELERY_CACHE_BACKEND for using something other than the django-global backend. hace 16 años
  Ask Solem 5969b706ae PEP8ify hace 16 años
  Jonatan Heyman 378f038a5d Fixed DjangoUnicodeDecodeError when saving pickled data to django's memcached cache backend. hace 16 años
  Ask Solem 2f4e8fb12b PEP8ify hace 16 años
  Ask Solem 8c2c3e842b Cache/Tyrant backend now shares the same inheritage: KeyValueStoreBackend hace 16 años
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 hace 16 años
  Ask Solem fa3c19c271 Skeleton for the ability to select different backends for different actions, hace 16 años
  Ask Solem 8043521852 Self was sent to a method (doh) in the tyrant and cache backends. hace 16 años