Historial de Commits

Autor SHA1 Mensaje Fecha
  Ask Solem a19118e6ec Added BaseBackend.mark_as_retry to mark the task status as "RETRY" with the hace 16 años
  Ask Solem aba1989a95 Don't return unpickleable exceptions from Pool worker. hace 16 años
  Ask Solem e2a84371c2 PEP8ify hace 16 años
  Ask Solem f28398b939 Don't use threading.Timer for timeouts. hace 16 años
  Ask Solem 8e6c9ba22c That's 99% coverage, probably don't want to take it further hace 16 años
  Ask Solem 4cc0d6a41d Now at 96% coverage hace 16 años
  Ask Solem 7c6c7fd4e8 Move detection of pickle library into celery.utils so we only have to test it hace 16 años
  Ask Solem 7ff6496bf1 Better handling of unpickleable exceptions (passes the new tests) hace 16 años
  Ask Solem 2f4e8fb12b PEP8ify hace 16 años
  Ask Solem d23deafd24 Remove comment hace 16 años
  Vitaly Babiy 0350e464c7 Convert unicode string to str to fix cache test hace 16 años
  Ask Solem 8c2c3e842b Cache/Tyrant backend now shares the same inheritage: KeyValueStoreBackend hace 16 años
  Ask Solem aef7f13a1c Remove celery.timer and replace with threading.Timer instead. hace 16 años
  Ask Solem 7e824b2025 PEP8-ify hace 16 años
  Ask Solem 06b9165a29 backend.wait_for() sleeps for 0.5s again, temporarily had it at 0.05 and hace 16 años
  Ask Solem d4dd459a56 Set default AMQP connection timeout to 4. Also, now configurable via the hace 16 años
  Brian Rosner 0f1108f525 Avoid hammering the CPU just waiting on the status of task. hace 16 años
  Ask Solem ac61ad04f1 Rename cleanup_process -> process_cleanup hace 16 años
  Ask Solem 4b2511f654 Restablish cache/tokyo tyrant connection at start of task process. hace 16 años
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 hace 16 años
  Ask Solem ea2f3a4a6e pep8ify hace 16 años
  Ask Solem 474e5b2374 Revert to pre-broken pystrip execution hace 16 años
  Ask Solem 2723ca06da Remove extraenous whitespace using pystrip hace 16 años
  Ask Solem fa3c19c271 Skeleton for the ability to select different backends for different actions, hace 16 años
  Ask Solem cab196c4e3 Another typo hace 16 años
  Ask Solem 617a3aa465 Fix typo hace 16 años
  Ask Solem 8054c38fa1 get_result() now handles UnpickleableExceptionWrapper, and the handling of unpickled exception is better. The find_nearest_exception function now skips Exception, BaseException and Object (or that is, everything below Exception in the mro) hace 16 años
  Ask Solem 8268831e99 Now handles unpickleable exceptions hace 16 años
  Ask Solem 6b81d06f56 Everything now conforms to pep8.py hace 16 años
  Ask Solem 59e01ea8c4 Better, greater documentation hace 16 años