Histórico de Commits

Autor SHA1 Mensagem Data
  Ask Solem e69b43c899 Remove unused function há 15 anos atrás
  Ask Solem d76ca8f126 expires argument can now be int (expiry specified in seconds from now()) há 15 anos atrás
  Ask Solem 07c589fa27 Added the ability to set an expiry date and time for tasks. há 15 anos atrás
  Ask Solem 606fd2a350 celery.messaging._exchanges_declared is now a set há 15 anos atrás
  Ask Solem 305e168461 [CRITICAL when RabbitMQ >= 1.8.0] Fixes equivalence checks for broadcast repleis há 15 anos atrás
  Ask Solem fdb12cc1c9 pyflakes há 15 anos atrás
  Ask Solem c3efa92afe Refactored celery.routes há 15 anos atrás
  Ask Solem a1b13b79b9 Reanamed *routing_table* -> *queues*, to not be confused with the new routing functionality. há 15 anos atrás
  Ask Solem 7049286964 Routing now works as described in the Routing User Guide. há 15 anos atrás
  Ask Solem bd6437f98f Forgot to pass CARROT_BACKEND in establish_connection, also BROKER_BACKEND now alias to CARROT_BACKEND. há 15 anos atrás
  Ask Solem b7a3082fc3 Now uses BrokerConnection instead of DjangoBrokerConnection há 15 anos atrás
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. há 15 anos atrás
  Ask Solem 6d701af9e6 Added support for router classes (like the django multidb routers) há 15 anos atrás
  Ask Solem 8df76d0a5d celeryd -Q option: Ability to specifiy list of queues to use, disabling other configured queues. Closes #78 há 15 anos atrás
  Ask Solem 159e4415c7 Django specific modules moved to the django-celery package. há 15 anos atrás
  Ask Solem 98406f8e35 pyflakes há 15 anos atrás
  Ask Solem 41bffe660d Events: Added setting CELERY_EVENT_SERIALIZER with default "pickle". há 15 anos atrás
  Ask Solem 6ab08ad905 Control reply queue should be non-durable, non-persistent and auto_delete há 15 anos atrás
  Ask Solem e7ca126fb3 celery.messaging: Added cosumer/publisher for control command reply queue. há 15 anos atrás
  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. há 15 anos atrás
  Ask Solem 1ca8fa2431 Handle message decode errors properly. Thanks to Jacob Burch. há 15 anos atrás
  Ask Solem 012ca1239f Added Task.delivery_mode / CELERY_DEFAULT_DELIVERY_MODE, with this you can configure tasks to be non-persistent. Closes #69. há 15 anos atrás
  Ask Solem 635f711179 Optimization: Only declare a task exchange once for every process. há 15 anos atrás
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally há 15 anos atrás
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. há 15 anos atrás
  Ask Solem db933ed0ad Refactored .execute.apply_async: .messaging.TaskPublisher.send_task now há 15 anos atrás
  Ask Solem 8abccbe361 get_consumer_set: Don't modify global QUEUE configuration há 15 anos atrás
  Ask Solem 94de4a3d6a PEP8ify + pyflakes há 15 anos atrás
  Ask Solem a9c1316b15 Fixed this really ugly bug: After renaming consumer routing_key to binding_key há 15 anos atrás
  Ask Solem 3faf618af2 Make sure all queues are declared before publishing. há 15 anos atrás