コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 2222fa9d5b Bumps version to 2.2.7 and updates Changelog 15 年 前
  Mauro Rocco b3e15cc7f3 Add documentation for signals after_setup_logger,after_setup_task_logger 15 年 前
  Mauro 4268e4a2db Adding signals after_setup_logger and after_setup_task_logger 15 年 前
  Ask Solem f44c7ef30e Tests passing again 15 年 前
  Ask Solem 9c6ccda192 Redis backend passes tests again 15 年 前
  Ask Solem 742ac27634 Redis result backend: Fixes compat issue with redis-py 2.4.4 15 年 前
  Ask Solem Hoel 1d29f3f52c Merged pull request #388 from harmv/release22-maint. 15 年 前
  Harm Verhagen ace3170b88 fix --gid option of celery_multi 15 年 前
  Ask Solem 9716333808 TaskRequest: Fixes typo safe_repr(traceback) -> safe_str(traceback) in the retry handler 15 年 前
  Ask Solem 9c766a7fc0 config_from_object(str) should simply be a module not an attribute of module 15 年 前
  Ask Solem 86f0b9696e Fixes issue where logging objects would give <Unrepresentable: ..> 15 年 前
  Ask Solem d3bb829d33 docs/userguide/tasks.rst 15 年 前
  Ask Solem af18771ea2 Bumps version to 2.2.6 15 年 前
  Ask Solem d92e28c82a Set release date for 2.2.6 and PEP8ify+pyflakes 15 年 前
  Ask Solem e04b3b543d Updates Changelog 15 年 前
  Ask Solem 4a42646be1 Now depends on Kombu 1.1.2 and updates Changelog 15 年 前
  Ask Solem fa7b012261 TaskType: Only use app.main if task.name is not explicitly set 15 年 前
  Ask Solem 13e7fd5153 celery.utils.mail: Fixed typo in version detection. Closes #378. Thanks to jbiggar 15 年 前
  Ask Solem d89cf7e743 Beat: ScheduleEntry._default_now added to override the default value of last_run_at 15 年 前
  Ask Solem c012b1caef Log errors occuring in process_cleanup. Closes #365. Thanks to jdunck 15 年 前
  Ask Solem 3c3fb4426f Fix for shell_plus. Closes #366 15 年 前
  Ask Solem 3ea52f87e4 Adds Adriano Petrich to AUTHORS 15 年 前
  adriano petrich 11c6f75f24 WatchedFileHandler: Fixes Python <= 2.5 compat. Closes #367. 15 年 前
  Ask Solem c6409db942 Consumer: Removes left-over debugging statement 15 年 前
  Ask Solem a5ae83e90d EagerResult.wait should be EagerResult.get now 15 年 前
  Ask Solem 1bbbd15db6 AsyncResult.get did not support the interal and propagate arguments 15 年 前
  Ask Solem ad3dc24ff6 Consumer: Fixes a bug where celeryd would not stop when a socket.error was raised at shutdown (it always happened after 6ae4ec75f3dfda73cc1e47e326c6fa727d1413a0) 15 年 前
  Ask Solem 9bdb26580d TaskSetResult.join: Fixes many typos in docstring 15 年 前
  Ask Solem 3de662e67f Fixes now broken links to SQLAlchemy docs 15 年 前
  Ask Solem 22fd67267f Consumer: Adds a timeout when draining_events. The idea is that this may ensure the recv call is not stuck 15 年 前