コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 156c8edb02 Cosmetics and cleanup 15 年 前
  Ask Solem 9a0973b0cd Revert previous commit as amqp.Consumer was already taken 15 年 前
  Ask Solem 58c87073c4 Renamed app.amqp.ConsumerSet -> Consumer 15 年 前
  Ask Solem 0606fda57c Merge branch 'master' into kombu2 15 年 前
  Ask Solem 823f45cf0a Documentation improvements 15 年 前
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 15 年 前
  Ask Solem 395f99e296 Change all references of Carrot to Kombu 15 年 前
  Ask Solem f9f6eddcc2 Renamed amqp.get_consumer_set -> app.get_task_consumer 15 年 前
  Ask Solem 8a3b4765fb Add :setting: ref to all settings in docstrings 15 年 前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 年 前
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp 15 年 前
  Ask Solem 7f082a8ea8 Intense refactoring 15 年 前
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 15 年 前
  Ask Solem ad6b172201 Working on removing usage of configuration globals. 15 年 前
  Ask Solem 3ce74e9dff establish_connection: Ability to override defaults used using kwarg "defaults" 15 年 前
  Ask Solem 2584e999d5 Emit warning if a node with the same name is already receiving from the process mailbox. 15 年 前
  Ask Solem a16e515842 control.broadcast: Added callback argument to broadcast(), to process replies immediately as they arrive. 15 年 前
  Ask Solem e69b43c899 Remove unused function 15 年 前
  Ask Solem d76ca8f126 expires argument can now be int (expiry specified in seconds from now()) 15 年 前
  Ask Solem 07c589fa27 Added the ability to set an expiry date and time for tasks. 15 年 前
  Ask Solem 606fd2a350 celery.messaging._exchanges_declared is now a set 15 年 前
  Ask Solem 305e168461 [CRITICAL when RabbitMQ >= 1.8.0] Fixes equivalence checks for broadcast repleis 15 年 前
  Ask Solem fdb12cc1c9 pyflakes 15 年 前
  Ask Solem c3efa92afe Refactored celery.routes 15 年 前
  Ask Solem a1b13b79b9 Reanamed *routing_table* -> *queues*, to not be confused with the new routing functionality. 15 年 前
  Ask Solem 7049286964 Routing now works as described in the Routing User Guide. 15 年 前
  Ask Solem bd6437f98f Forgot to pass CARROT_BACKEND in establish_connection, also BROKER_BACKEND now alias to CARROT_BACKEND. 15 年 前
  Ask Solem b7a3082fc3 Now uses BrokerConnection instead of DjangoBrokerConnection 15 年 前
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 15 年 前
  Ask Solem 6d701af9e6 Added support for router classes (like the django multidb routers) 15 年 前