jturi / redis-queue-flask

redis-queue-flask

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

Build and start the containers with debug logs (not detached):

$ docker-compose up --build

Start the containers with debug logs (detached):

$ docker-compose up -d --build

To view the app go to: http://localhost:5004

To view the dashboard go to: http://localhost:9181

About

redis-queue-flask


Languages

Language:Python 59.9%Language:HTML 24.1%Language:JavaScript 9.4%Language:Dockerfile 4.3%Language:CSS 2.4%