Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tasks: you gotta know how to run 'em

Tasks: you gotta know how to run 'em

Web developers often find themselves in situations where server processing takes longer than a user would accept. One very common situation is when sending emails. Although simple and relatively quick task, it requires the communication with an external service. In this situation, it's not possible to foresee how long that service will take to answer. Not to mention the many unexpected situations that can arise, such as errors and bugs. The solution to this problem is to delegate long lasting tasks while responding quickly to the user. This is the point where we need async tasks. There are some tools available that can assist in this job. In this talk, you will learn about tools like Celery and Django Channels. Those offer different approaches to the asynchronous tasks problem. For each, you will understand the architecture behind and some of the good practices when developing this kind of system.

Filipe Ximenes

August 14, 2017
Tweet

More Decks by Filipe Ximenes

Other Decks in Programming

Transcript

  1. ?

  2. vs.

  3. vs.