コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  Ask Solem 684b9f7cc0 Merge branch 'master' of github.com:ask/celery 14 年 前
  Ask Solem 6d4813a9d0 Adds the current worker `hostname` to the task context. Closes #460 14 年 前
  Ask Solem Hoel 1f41f31f23 Merge pull request #462 from dolugen/master 14 年 前
  dolugen ac6a36f59b Abstract task does not inherit from object. 14 年 前
  Ask Solem aa5b7d88c0 Merge branch 'leobantech/master' 14 年 前
  Ask Solem 433d86afdd Merge branch 'master' of github.com:ask/celery 14 年 前
  Ask Solem 50b197c2eb Adds Greg Haskins to AUTHORS 14 年 前
  Ask Solem c741004fc4 Merge branch 'greghaskins/bugfix-450' 14 年 前
  Ask Solem d5afe57740 purge/discard_all actually consumed the message before purge... closes #455. Thanks to sixohsix 14 年 前
  Ask Solem Hoel 3937dd88d6 Merge pull request #458 from FreakTheMighty/master 14 年 前
  Ask Solem c8e0534b4e celeryd_multi now supports stop_verify command to wait for processes to shutdown 14 年 前
  Ask Solem 17b0406513 install_rdb_handler now supports envvar keyword to specify the envvar used 14 年 前
  Ask Solem 28a608c4bd celeryctl: Fixes bug where -b option could not be supported 14 年 前
  Ask Solem e43ecfb5fd redirect_stdouts_to_logger now supports stdout+stderr argument to select which outs to redirect 14 年 前
  Ask Solem c4e3fd3474 import utils now supports the package keyword for relative imports 14 年 前
  Ask Solem 164d265fbc adds term.colored.embed, which does not reset colors 14 年 前
  Jesse d4bc2ba951 Fixed swapped parentheses and square brackets in the break down of the chord example. 14 年 前
  Greg Haskins 6143def9ae Check for Windows _before_ importing os.kill(). fixes #450 14 年 前