Skip to content

Commit

Permalink
Added a note about being able to replace eagerly run tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Nov 6, 2019
1 parent f0fb830 commit 1dc59d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/whatsnew-4.4.rst
Expand Up @@ -152,3 +152,12 @@ You can now use HTTP Basic Authentication when using the ElasticSearch result
backend by providing the username and the password in the URI.

Previously, they were ignored and only unauthenticated requests were issued.

Canvas
------

Replacing Tasks Eagerly
-----------------------

You can now call `self.replace()` on tasks which are run eagerly.
They will work exactly the same as tasks which are run asynchronously.

0 comments on commit 1dc59d3

Please sign in to comment.