提交歷史

作者 SHA1 備註 提交日期
  Jonatan Heyman 05b07431e5 Fix for getting a stacktrace when shutting down celery with eventlet worker pool 14 年之前
  Ask Solem 65ca6bcdd9 Cassandra backen: use current result serializer instead of pickle 14 年之前
  Ask Solem 9f2d47fffe PEP8ify 14 年之前
  Ask Solem c7b3cca220 Mongodb backend: Use the current serializer instead of pickle. Closes #464 14 年之前
  Ask Solem 5a3568baa2 Backend.encode/.decode added to wrong class... 14 年之前
  Ask Solem 0dee0f34a6 Adds Stefan Kjartansson to AUTHORS 14 年之前
  Stefan Kjartansson 51e4e677b2 Adds EMAIL_USE_TLS option. Closes #418 14 年之前
  Ask Solem dde8868182 term.colored broke on non-ascii data. Closes #427. Thanks to kmike 14 年之前
  Ask Solem 2835eedb2e Adds Steeve Morin to AUTHORS 14 年之前
  Steeve Morin 1d20a4babb KeyValueStoreBackend and BaseDictBackend now respects CELERY_RESULT_SERIALIZER. 14 年之前
  Ask Solem 81d5ffa843 PEP8ify + pyflakes 14 年之前
  Ask Solem fbe891b93c Fixes accidental typos 14 年之前
  Ask Solem b863abc518 Merge branch 'acdha/sentry-friendly-logging' 14 年之前
  Ask Solem 9e602f6db8 Adds Chris Adams to AUTHORS 14 年之前
  Ask Solem 382eb56a7f Merge branch 'master' of github.com:ask/celery 14 年之前
  Ask Solem 39c6080a04 Tasks should not be retried if task called directly (__call__). Thanks to subsume 14 年之前
  Ask Solem Hoel f5bfa281f9 Merge pull request #463 from gtaylor/sphinxconf_issues_fix 14 年之前
  Greg Taylor b1feda0303 As of sphinxcontrib-issuetracker 0.8, project name includes username. So instead of separately specifying ask as username, and django-celery as project, it's now 'ask/django-celery'. Also, pointed the issuetracker at django-celery instead of celery. 14 年之前
  Chris Adams 82fc5f9722 Tests: force string formatting before checking logged messages 14 年之前
  Chris Adams e3a7dd1101 Update tests for new logging signatures 14 年之前
  Chris Adams 5260c8396e Log using keywords in the format string like I read the docs 14 年之前
  Chris Adams 8dc00d4016 More search-driven logging conversion 14 年之前
  Chris Adams d107b1877c Job: updated logging 14 年之前
  Chris Adams 1044f500b7 Consumer: convert logging messages to avoid forcing string formatting 14 年之前
  rnoel 187513368d All result backends now implement __reduce__ so they can safely be pickled. 14 年之前
  Ask Solem 0b541cee1e task-sent was msising from event reference. Thanks to dmarkey 14 年之前
  Ask Solem 66d60f54d3 Easier to extend how celery apps are pickled 14 年之前
  Ask Solem 944d988e1b Fixes PublisherPool __exit__ test 14 年之前
  Ask Solem a1813bbe99 Fixes autoscale tests 14 年之前
  Ask Solem dc6caecdd3 ResultSet.iterate did not actually yield results as they finish. This fixes that, but can result in strain when polling resources. It is about time we implemented iter_native for databases. Closes #459 14 年之前