flask-redis-queue icon indicating copy to clipboard operation
flask-redis-queue copied to clipboard

Example of how to handle background processes with Flask, Redis Queue, and Docker

Flask Redis Queue

Example of how to handle background processes with Flask, Redis Queue, and Docker

Quick Start

Spin up the containers:

$ docker-compose up -d --build

Open your browser to http://localhost:5004