# flask-celery-example **Repository Path**: zhaoyihui/flask-celery-example ## Basic Information - **Project Name**: flask-celery-example - **Description**: This repository contains the example code for my blog article Using Celery with Flask. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-06 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Using Celery with Flask ======================= This repository contains the example code for my blog article [Using Celery with Flask](http://blog.miguelgrinberg.com/post/using-celery-with-flask). The application provides two examples of background tasks using Celery: - Example 1 sends emails asynchronously. - Example 2 launches one or more asynchronous jobs and shows progress updates in the web page. Here is a screenshot of this application:
