kevinschaich / 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 see the Flask app and add tasks. Open your browser to http://localhost:8899 to see the the RQ Monitor dashboard.

About

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

License:MIT License


Languages

Language:Python 61.0%Language:HTML 22.4%Language:JavaScript 10.4%Language:Dockerfile 3.6%Language:CSS 2.6%