Celery is a very powerful task queue that allows programmers to defer the processing of slower tasks to another process. Now that you understand how to move complex tasks out of the Flask process, we will take a look at a collection of Flask extensions that simplify some common tasks seen in Flask apps.
In the next chapter, you will learn how to leverage some great community-built Flask extensions to improve performance, debug, and even quickly create an administration back office.