Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 425 Bytes

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

Open your browser to http://localhost:5004 to view the app or to http://localhost:9181 to view the RQ dashboard.

Want to learn how to build this?

Check out the post.