コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem a48f1973e8 Documented remote control command: revoke 14 年 前
  Ask Solem 6891f93683 Fixed typo kill_job -> terminate_job 14 年 前
  Ask Solem 3b28b859db Can now terminate worker processing task remotely. 14 年 前
  Ask Solem ce446f6558 Updated changelog 14 年 前
  Ask Solem bd4de0302e Show error if running with -B option on Windows 14 年 前
  Ask Solem 167d5d4196 celery.utils.term: Don't show colors on Windows 14 年 前
  Ask Solem de4916b69c caqmadm: Don't raise KeyboardInterrupt exception, just exit 14 年 前
  Ask Solem 2c403129a6 Skips test on Windows, that does not apply to that platform 14 年 前
  Ask Solem 8cc3454515 Make some tests pass on Windows 14 年 前
  Ask Solem 821f3d31b9 Remove bin/ directory, and scripts from setup.py to rely completely on setuptools entrypoints 14 年 前
  Ask Solem d4a0de4156 Homepage: Download link now linking to download section of PyPI 14 年 前
  Ask Solem 2a8603610f Added new community links 14 年 前
  Ask Solem 2eeb580679 Added PayPal donate button to website 14 年 前
  Ask Solem a925ca7545 retry argument to apply_async requires the publisher/connection to be handled manually 14 年 前
  Ask Solem 558ab4c0f6 celeryev can now daemonize itself (--detach) 14 年 前
  Ask Solem 5108d74ea3 2.2.0 release candidate 1 14 年 前
  Ask Solem 190110e53b contrib/release/doc4allmods: Fix typo celery.control -> celery.worker.control 14 年 前
  Ask Solem 0a75a82d3e Backend.store_result now passes kwargs to real implementation 14 年 前
  Ask Solem 57dc4f4abb PEP8ify + pyflakes 14 年 前
  Ask Solem e3f2b9137c Fixed rst syntax error 14 年 前
  Ask Solem 7c0da1ede2 Removed name_change_request.txt, kind of pointless now 14 年 前
  Ask Solem ca034d702d Homepage: Added pledge for donations 14 年 前
  Ask Solem 8feff32f12 TaskSet.apply_async now supports publisher argument 14 年 前
  Ask Solem fe52adccfc Daemonization cookbook: Documented generic init.d scripts. Closes #260 14 年 前
  Ask Solem c595b6a689 Adds celery.current_app 14 年 前
  Ask Solem 186127184e Added experimental PublisherPool implementation 14 年 前
  Ask Solem 111a2bd765 AMQP Backend: Don't silence exceptions occurring while sending results, but propogate them. 14 年 前
  Ask Solem fb4ab44b7b apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure. 14 年 前
  Ask Solem a5e15c7ecd AMQP Result backend: Use connection.ensure when retrying publishing results, and don't create a new channel for every publish 14 年 前
  Ask Solem f0d761bce7 Worker pid is now sent with the task-accepted event. 14 年 前