Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjhea0/flask-redis-queue

Example of how to handle background processes with Flask, Redis Queue, and Docker
https://github.com/mjhea0/flask-redis-queue

docker flask redis task-queue

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Flask Redis Queue

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

### Quick Start

Spin up the containers:

```sh
$ docker-compose up -d --build
```

Open your browser to http://localhost:5004