What do you intend to use Async for?

The biggest thing to hit Django soon will be the implementation of Async (without breaking backwards compatibility).

What will you use Async for when it is ready?

Returning the response and then doing something.

Pretty cliché but I reckon I can really speed up some views that I probably should be using Celery for. It’ll also be good for delayed actions (eg sending confirmation emails 5m after creation to allow for edits).

2 Likes