Commit History

Author SHA1 Message Date
  Ask Solem df2184a794 AMQP result backend now using Kombu 15 years ago
  Ask Solem 22e53f9f9c Pidbox improvements 15 years ago
  Ask Solem a90a3a32b4 Merges branches master(app) and kombufy. 15 years ago
  Ask Solem d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. 15 years ago
  Ask Solem dbe832f744 Can now configure the apps main module name, used to autogenerate the module name if '__main__' 15 years ago
  Ask Solem de428230ca pyflakes 15 years ago
  Ask Solem 5c2f636a76 Fixed some broken tests 15 years ago
  Ask Solem a311ed9c69 Implemented per task time limits: Task.time_limit + Task.soft_time_limit. NOTE That a global time limit must be enabled for the timeout handler thread to be started 15 years ago
  sdcooke 4ab8db2d8a Adding expires to Task 15 years ago
  Ask Solem 975396b054 Cosmetics 15 years ago
  Ask Solem 72257464bd Merge branch 'sdcooke/task_expires' 15 years ago
  Ask Solem 8d85334016 Improved docs 15 years ago
  Ask Solem 84fc657b86 Document states in task user guide 15 years ago
  Ask Solem 8a3b4765fb Add :setting: ref to all settings in docstrings 15 years ago
  Ask Solem b5187b0d45 Task.update_state: meta should not default to {}, but None 15 years ago
  Ask Solem 5fcf40f63b Added Task.update_state(task_id, state, meta) 15 years ago
  Ask Solem 560803ee62 Improved docs 15 years ago
  Ask Solem e78f78a89b Document states in task user guide 15 years ago
  Ask Solem c4ee30b521 Add :setting: ref to all settings in docstrings 15 years ago
  Ask Solem 32865fd08c Task.update_state: meta should not default to {}, but None 15 years ago
  Ask Solem 47203abd4a Added Task.update_state(task_id, state, meta) 15 years ago
  Ask Solem 19559a53b5 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
  Ask Solem 873adacdb7 decorators.task, + task.base.Task should use the current app if it exists. 15 years ago
  Ask Solem 2ac5db7f37 Configuration is now referencing the original dict, not copying it. 15 years ago
  Ask Solem a65b16d477 celery.messaging is now Celery().amqp 15 years ago
  Ask Solem 7f082a8ea8 Intense refactoring 15 years ago
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 15 years ago
  Ask Solem 8aac58022e Added Task.send_error_emails + Task.error_whitelist, so these can be configured per task instead of just globally. 15 years ago
  Ask Solem ad6b172201 Working on removing usage of configuration globals. 15 years ago