Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Obrist 85dc571aab Added missing colon hace 13 años
  Ask Solem e6f2abe4bf Document how to create pickleable exceptions. Closes #401 hace 13 años
  Ask Solem 5401038c5e Documented that retry() raises an exception. Closes #476 hace 13 años
  Dan McGee 761d08738c Don't reference CELERY_AMQP_TASK_RESULT_EXPIRES in the docs hace 13 años
  Ask Solem 684b9f7cc0 Merge branch 'master' of github.com:ask/celery hace 13 años
  Ask Solem 6d4813a9d0 Adds the current worker `hostname` to the task context. Closes #460 hace 13 años
  dolugen ac6a36f59b Abstract task does not inherit from object. hace 13 años
  Ask Solem c8785f71ef Fixes typos. Thanks to John Chandler hace 13 años
  Ask Solem ef47ecb9aa Add 'from celery.task import task' to examples in tasks userguide hace 14 años
  Ask Solem 445734dad5 Fixes rst errors hace 14 años
  Ask Solem 2e21070208 Very basic section on subclassing tasks hace 14 años
  Ask Solem 6c6b5f54f3 Tasks Userguide: Fixes typo self.retry -> add.retry hace 14 años
  Ask Solem fd58fd7df7 docs/userguide/tasks.rst hace 14 años
  Ask Solem 0d169a7071 Updates Changelog hace 14 años
  Ask Solem 899be21997 Django does it, we do it: Changes all occurrences of 'e-mail' to 'email' hace 14 años
  Ask Solem 9d01e788c9 Results are now disabled by default. hace 14 años
  Ask Solem 0851fe1680 ReadTheDocs related documentation changes hace 14 años
  Ask Solem 5b63e5f8a8 Accidentally reverted a commit hace 14 años
  Ask Solem 8d288af56e Tasks Userguide: Choosing a result backend hace 14 años
  Kevin Tran da72408781 corrected spelling hace 14 años
  Ask Solem cb028fea52 Lots of documentation fixes hace 14 años
  Ask Solem 482dcec930 Fixed single typo in the documentation hace 14 años
  Ask Solem d4013e5389 celery.decorators.task replaced with celery.task, where the latter does not support magic keyword arguments. hace 14 años
  Ask Solem 30ce278ad5 Spellcheck hace 14 años
  lucio d15e57cbe0 fixed typo hace 14 años
  Ask Solem 0606fda57c Merge branch 'master' into kombu2 hace 14 años
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` hace 14 años
  Ask Solem 6b1bbb82ad Tasks Userguide: Added section about decorating tasks. Closes #224 hace 14 años
  Ask Solem 395f99e296 Change all references of Carrot to Kombu hace 14 años
  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. hace 14 años