Історія комітів

Автор SHA1 Опис Дата
  Ask Solem 47e638a364 celery.Task is now current_app.Task 14 роки тому
  Ask Solem 3cbd7cedc8 Fixes issues related to producer queue declarations. 14 роки тому
  Ask Solem 156c8edb02 Cosmetics and cleanup 14 роки тому
  Ask Solem a925ca7545 retry argument to apply_async requires the publisher/connection to be handled manually 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 c09e686897 Fixes required for Flask-Celery to work 14 роки тому
  Ask Solem fc5fc51060 100% Coverage for celery.task.* 15 роки тому
  Ask Solem 9f6dcc7ad1 97% Coverage for celery.result 15 роки тому
  Ask Solem fad1f7de87 Compat execute context did not re-raise exceptions, so some tests were actually failing. 15 роки тому
  Ask Solem f37632eb3f pyflakes 15 роки тому
  Ask Solem 7448b55c39 Emit DeprecationWarning if TaskSet/subtask is imported from celery.task.base 15 роки тому
  Ask Solem fa83d5f137 PEP8ify 15 роки тому
  Ask Solem a7c3c04b2d PeriodicTask/periodic_task is *not* pending deprecation, also add options argument to periodic_task to set execution options (like expires) 15 роки тому
  Ask Solem 9888558eeb Reference cosmetics 15 роки тому
  Ask Solem 1a50c95140 Capitalize Celery 15 роки тому
  Christopher Peplin 81fb99155c Change behavior of existing PROPAGATE setting, remove new RERAISE setting. 15 роки тому
  Christopher Peplin 82219f291d Optionally re-raise exceptions in tasks to preserve full traceback. 15 роки тому
  Ask Solem 40ba910ea0 Smarter pickling of AsyncResult's 15 роки тому
  Ask Solem 07b6e297da Added CELERY_SEND_TASK_SENT_EVENT option. If enabled an event will be sent out 15 роки тому
  Ask Solem d05b523ee9 logging: Default logfile is now sys.__stderr__ instead of sys.stderr, so it does not redirect back to logging. Also, task logger does now disable propagate by default (can be enabled again by task.get_logger(propagate=True) 15 роки тому
  Ask Solem 0606fda57c Merge branch 'master' into kombu2 15 роки тому
  Ask Solem 823f45cf0a Documentation improvements 15 роки тому
  Ask Solem a0ca0b69f6 Use new #: syntax for Sphinx instead of .. attribute 15 роки тому
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 15 роки тому
  Ask Solem c4d723dfcb Merge branch 'master' into kombu2 15 роки тому
  Ask Solem 395f99e296 Change all references of Carrot to Kombu 15 роки тому
  Ask Solem c268470505 Added support for Kombu message compression using the CELERY_MESSAGE_COMPRESSION setting, or the compression argument to apply_async. Can also be set using routers. 15 роки тому
  Ask Solem ee8bec3ccb Merge branch 'dcramer/master' 15 роки тому
  Ask Solem 4776440405 Don't use map without return value (2to3 suggested) 15 роки тому
  David Cramer 5ab03cc436 If delivery_info isnt set we cant use it 15 роки тому