Ross ROSS = Recommend OSS · open-source software intelligence for agents

miguelgrinberg/flask-celery-example resource

This repository contains the example code for my blog article Using Celery with Flask. observed · 2026-08-28

github.com/miguelgrinberg/flask-celery-example · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4265
  • days_rel: n/a
  • days_push: 1338
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1214 stars · 316 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Example code accompanying Miguel Grinberg's blog article 'Using Celery with Flask', demonstrating how to run background tasks with Celery in a Flask application. It includes two demos: sending emails asynchronously and launching asynchronous jobs with progress updates in the web page.

Use cases

  • learn how to integrate Celery with Flask
  • run background tasks in a Flask app
  • send emails asynchronously from a web application
  • show progress updates for long-running jobs in the browser
  • set up a Celery worker with Redis as broker
  • example of scalable task queue architecture in Python

When to choose

  • you are learning Celery and Flask integration from a well-known tutorial
  • you need a minimal working reference for background tasks in Flask
  • you want to see email sending and progress-tracking task patterns

When to avoid

  • you need a production-ready task queue solution rather than example code
  • you use a framework other than Flask
  • you expect active development, new features, or support

Facets

learning-resource · maturity maintenance

workflow-automation web-framework message-queue email web-development backend developer-tools tutorials python cross-platform celery flask background-tasks task-queue redis example-code tutorial

3 sources

Member repositories

RepositoryRoleHealth v2
miguelgrinberg/flask-celery-examplemain32

For agents

markdown · JSON · MCP: product_card(name="miguelgrinberg/flask-celery-example")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem