Commit History

Author SHA1 Message Date
  Ask Solem 89f5f33e7e Adds abstract classes CallableTask and CallableSignature 9 years ago
  Ask Solem 1a953d6aa2 Docs: Use better Pygments highlighters 9 years ago
  Ask Solem 62383df29b [Py3] Fixes docs build on py3 9 years ago
  Juan Rossi 2170b15ec8 Added headers arg to apply_async docs to fix #2750 10 years ago
  Ask Solem 61aca5ff6a Task: Retry/signature_from_request should include headers. Closes #2706 10 years ago
  Ask Solem 7566d2dbe7 Fixes typo in docstring for Issue #817 10 years ago
  PMickael 10d2637653 Erase by Merge 72b16ac, shadow name exception 10 years ago
  Ask Solem 72b16ac7c4 Apparently (x,) is legal now, so no need for (x, ) 10 years ago
  PMickael 8fc32a5824 [Re-Fix] Protocol shadow exception when self.__self__ is None (Erase with merge #dffb61c) 10 years ago
  Ask Solem dffb61c4d9 Attempts to fix tests 10 years ago
  PMickael abca403c94 Merge pull request #2607 from feanil/patch-1 10 years ago
  PMickael 589a6998ef Fix task protocol shadow exception when self.__self__ is None 10 years ago
  Ask Solem 2d931569c9 Implements the task protocol 2 shadow field 10 years ago
  Feanil Patel 7bf736bfae Update task.py 10 years ago
  Ask Solem c2273f49f3 Doc wording 10 years ago
  PMickael 3478039ee7 Merge pull request #2397 from malinoff/minor-fixes 10 years ago
  Corey Farwell 01ca4edaef Specify return type for apply_sync 10 years ago
  Dmitry Malinovsky 21bdfd5008 Pass args and kwargs to the context when called locally 10 years ago
  Ask Solem b0cfa0d818 Tests passing 10 years ago
  Ask Solem 3e91891c7b Now checks task arguments when calling a task (.delay, .apply_async) 10 years ago
  Ask Solem d0b18cdfb3 Task: Document that retry(max_retries=None) means "use the default". Closes #1875 10 years ago
  Ask Solem 6df0f36f5b Fixes documentation build 10 years ago
  Ask Solem 07ecd08a86 Task.replace changed, removes Task.replace_in_chord. 10 years ago
  Kracekumar Ramaraju 9d63a47fc3 Added missing backtick. 10 years ago
  Andrea Rabbaglietti 2493576c75 Fixed bug on 'raise exc' 10 years ago
  Ask Solem 05e2567ede Docs and cosmetics 10 years ago
  Ask Solem 49d356d61a Merge branch 'c32-dynamic' 10 years ago
  Ask Solem 133f2a1aec Adds Task.add_to_chord and Task.replace_in_chord 10 years ago
  Ask Solem 6dcd2c3296 Task: Do not raise retry exception when retry executed in eager mode. Partially fixes #2164 11 years ago
  Ask Solem 34082df653 Task.signature_from_request must propagate reply_to for RPC backend. Closes #2113 11 years ago