Revīziju vēsture

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