Flask Celery Example. A working example of how to run long tasks in the background while your website stays fast.

blog.miguelgrinberg.com/post/using-celery-with-flask

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2021
  • Update celery start command for version 5.0 (#28)
March 2020
  • Updated requirements
August 2019
  • made async email example more clear
June 2019
  • Merge pull request #20 from manmitya/master
  • Update app.py
  • updated all the requirements to current versions
July 2016
  • Merge pull request #9 from ernstki/issue-8-bump-kombu-ver
  • Bump Kombu version to 3.0.30
January 2015
  • fixed typo
  • updated README
  • initial version
December 2014
  • Initial commit