Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 gadi atpakaļ
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp 14 gadi atpakaļ
  Ask Solem 7f082a8ea8 Intense refactoring 14 gadi atpakaļ
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 14 gadi atpakaļ
  Ask Solem ad6b172201 Working on removing usage of configuration globals. 14 gadi atpakaļ
  Ask Solem 3ce74e9dff establish_connection: Ability to override defaults used using kwarg "defaults" 14 gadi atpakaļ
  Ask Solem 2584e999d5 Emit warning if a node with the same name is already receiving from the process mailbox. 14 gadi atpakaļ
  Ask Solem a16e515842 control.broadcast: Added callback argument to broadcast(), to process replies immediately as they arrive. 14 gadi atpakaļ
  Ask Solem e69b43c899 Remove unused function 14 gadi atpakaļ
  Ask Solem d76ca8f126 expires argument can now be int (expiry specified in seconds from now()) 14 gadi atpakaļ
  Ask Solem 07c589fa27 Added the ability to set an expiry date and time for tasks. 14 gadi atpakaļ
  Ask Solem 606fd2a350 celery.messaging._exchanges_declared is now a set 14 gadi atpakaļ
  Ask Solem 305e168461 [CRITICAL when RabbitMQ >= 1.8.0] Fixes equivalence checks for broadcast repleis 14 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ļ
  Ask Solem 8df76d0a5d celeryd -Q option: Ability to specifiy list of queues to use, disabling other configured queues. Closes #78 15 gadi atpakaļ
  Ask Solem 159e4415c7 Django specific modules moved to the django-celery package. 15 gadi atpakaļ
  Ask Solem 98406f8e35 pyflakes 15 gadi atpakaļ
  Ask Solem 41bffe660d Events: Added setting CELERY_EVENT_SERIALIZER with default "pickle". 15 gadi atpakaļ
  Ask Solem 6ab08ad905 Control reply queue should be non-durable, non-persistent and auto_delete 15 gadi atpakaļ
  Ask Solem e7ca126fb3 celery.messaging: Added cosumer/publisher for control command reply queue. 15 gadi atpakaļ
  Ask Solem ad8443eb2c apply_async: Raise ValueError if task args is not a list, or kwargs is not a tuple. Closes #95. Thanks to TheAtilla. 15 gadi atpakaļ
  Ask Solem 1ca8fa2431 Handle message decode errors properly. Thanks to Jacob Burch. 15 gadi atpakaļ
  Ask Solem 012ca1239f Added Task.delivery_mode / CELERY_DEFAULT_DELIVERY_MODE, with this you can configure tasks to be non-persistent. Closes #69. 15 gadi atpakaļ