jeffm2001 / flask-redis-queue

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

About

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

License:MIT License


Languages

Language:Python 59.0%Language:HTML 24.3%Language:JavaScript 9.8%Language:Dockerfile 4.4%Language:CSS 2.5%